Skip to content

Commit f7ce237

Browse files
committed
Add the -- for npm
1 parent cfa3e5a commit f7ce237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: npm update
3535

3636
- name: Tests
37-
run: npm test --no-lint
37+
run: npm test -- --no-lint
3838

3939
- name: Linter
4040
run: npm lint

0 commit comments

Comments
 (0)