Skip to content

Commit

Permalink
[dsch] gh-actions: printing verbose test running report
Browse files Browse the repository at this point in the history
  • Loading branch information
DScheglov committed Sep 22, 2024
1 parent 9a94460 commit 7aaff9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm run lint

- name: Test with Coverage
run: npm run test
run: npm run test -- --verbose

- name: Publish on Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 7aaff9e

Please sign in to comment.