Skip to content

Commit a199b77

Browse files
author
Cédric Belin
committed
Update the CI
1 parent 5f41485 commit a199b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Install dependencies
2222
run: npm ci
2323
- name: Run tests
24-
run: npm test
24+
run: node --run test
2525
env:
2626
NODE_ENV: test

0 commit comments

Comments
 (0)