Skip to content

Commit

Permalink
fix use of forbid-only flag
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio authored Mar 11, 2023
1 parent b3d9889 commit 2ce6a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- run: npm run coverage --forbid-only
- run: npm run coverage -- --forbid-only
- uses: codecov/codecov-action@v3

0 comments on commit 2ce6a45

Please sign in to comment.