Skip to content

Commit

Permalink
cicd(fix|docs): coverage goreport and master pipeline badges (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndopj authored Oct 3, 2023
1 parent 4242043 commit 87b8997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
tests:
if: github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/')
uses: ./.github/workflows/tests.yml
uses: ./.github/workflows/test.yml
coverage-check:
if: github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
Expand Down

0 comments on commit 87b8997

Please sign in to comment.