Skip to content

Commit eafa129

Browse files
Fix test command syntax in workflow
1 parent 0dc5953 commit eafa129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: npm install
2323

2424
- name: Run tests
25-
run: npm run test --passWithNoTests
25+
run: npm run test -- --passWithNoTests

0 commit comments

Comments
 (0)