mirror of
https://github.com/bitwarden/clients.git
synced 2026-01-16 23:12:39 +00:00
Use --silent for tests
This commit is contained in:
parent
a7d3056f50
commit
9727c071a4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -59,7 +59,8 @@ jobs:
|
|||
- name: Run tests
|
||||
# maxWorkers is a workaround for a memory leak that crashes tests in CI:
|
||||
# https://github.com/facebook/jest/issues/9430#issuecomment-1149882002
|
||||
run: npm test -- --coverage --maxWorkers=3
|
||||
# --silent suppresses console output to reduce log size (~90% reduction)
|
||||
run: npm test -- --coverage --maxWorkers=3 --silent
|
||||
|
||||
- name: Report test results
|
||||
uses: dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v2.1.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue