Skip to content

Commit 2ce6a45

Browse files
authored
fix use of forbid-only flag
1 parent b3d9889 commit 2ce6a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Set up environment
1414
uses: ./.github/actions/setup
15-
- run: npm run coverage --forbid-only
15+
- run: npm run coverage -- --forbid-only
1616
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)