Skip to content

Commit

Permalink
ci(gh actions): reviewed test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic authored Oct 27, 2023
1 parent 34eadc9 commit b0e297d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: Linting & Testing
on:
push:
branches:
# dependabot/** branches are generated by https://github.com/dependabot
- dependabot/**

pull_request:
types:
- opened
Expand All @@ -16,7 +11,7 @@ jobs:
# separate job to set as required in branch protection,
# as the build names above change each time Node versions change
test:
name: "Linting"
name: 🧪 Linting
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -50,7 +45,7 @@ jobs:

runs-on: ubuntu-latest
needs: test
name: Test Matrix @ GO v${{ matrix.go-version }}
name: 🧪 Testing
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b0e297d

Please sign in to comment.