Skip to content

Commit 8f5c866

Browse files
authored
Update node.js.yml
1 parent 82511c7 commit 8f5c866

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
@@ -28,7 +28,7 @@ jobs:
2828
cache: 'npm'
2929
- run: npm ci
3030
- run: npm run build --if-present
31-
- run: npm run test --code--coverage
31+
- run: npm run test:cov
3232

3333
- name: Coveralls
3434
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)