diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09a91b8..11a9682 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,5 @@ name: Linting & Testing on: - push: - branches: - # dependabot/** branches are generated by https://github.com/dependabot - - dependabot/** - pull_request: types: - opened @@ -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: @@ -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