Skip to content

Commit

Permalink
chore: silent run unit tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptotavares committed Jul 16, 2024
1 parent 8a30946 commit 40ada0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ./.github/actions/setup-environment

- name: test:unit:coverage
run: yarn test:unit:coverage --shard=${{ matrix.shard }}/${{ strategy.job-total }}
run: yarn test:unit:coverage --silent --shard=${{ matrix.shard }}/${{ strategy.job-total }}

- name: Rename coverage to shard coverage
run: mv coverage/coverage-final.json coverage/coverage-${{matrix.shard}}.json
Expand Down

0 comments on commit 40ada0c

Please sign in to comment.