Skip to content

Commit 675e525

Browse files
authored
Update node.js.yml
1 parent 471fd78 commit 675e525

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
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm install
27-
- run: npm test
27+
- run: npm run coverage
2828
- uses: coverallsapp/[email protected]
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)