Skip to content

Commit

Permalink
ci: change test command in node.js.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Henrique committed Dec 18, 2023
1 parent 2df13f6 commit 433894f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run lint
run: npm run lint
- name: Run test
run: npm test
run: npm run test:coveralls
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
Expand Down

0 comments on commit 433894f

Please sign in to comment.