Skip to content

Commit

Permalink
make coverage depend on test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrik-csak committed Mar 26, 2024
1 parent 887eabd commit 2f48f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- run: npm test
coverage:
name: Coverage
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2f48f6d

Please sign in to comment.