diff --git a/.github/workflows/run-unit-tests.yml b/.github/workflows/run-unit-tests.yml index 49518528cba0..da56550fa680 100644 --- a/.github/workflows/run-unit-tests.yml +++ b/.github/workflows/run-unit-tests.yml @@ -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