Skip to content

Commit

Permalink
build: suppress unnecessory test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
herleraja committed Apr 19, 2024
1 parent d59e081 commit 0b74d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: steps.changes.outputs.react == 'true'
run: |
cd packages/react
yarn test:ci
yarn test:ci --silent
- name: Archive coverage artifacts
if: ${{ success() }} && steps.changes.outputs.react == 'true'
Expand Down

0 comments on commit 0b74d10

Please sign in to comment.