Skip to content

Commit

Permalink
chore: squelch test logs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-in-boots committed May 2, 2024
1 parent 4b96566 commit 1f72e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: npm run build --if-present
- name: Test
run: npm test
run: npm test -- --silent --verbose
- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
with:
Expand Down

0 comments on commit 1f72e17

Please sign in to comment.