diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index faee7220e7b..f2d9c77d8b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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