Skip to content

Commit b25a606

Browse files
authored
ci: fixing test command
1 parent c567ac4 commit b25a606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
npm ci
4040
- name: Test coverage
4141
run: |
42-
npm run test:clean
42+
npm test

0 commit comments

Comments
 (0)