We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c925984 commit 8651132Copy full SHA for 8651132
1 file changed
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
key: ${{ runner.os }}-jest
40
41
- name: Jest tests
42
- run: npm test -- --silent --shard=${{ fromJSON(matrix.chunk) }}/${{ strategy.job-total }} --maxWorkers=8 --coverage --coverageDirectory=coverage/shard-${{ matrix.chunk }}
+ run: npm test -- --silent --shard=${{ fromJSON(matrix.chunk) }}/${{ strategy.job-total }} --maxWorkers=6 --coverage --coverageDirectory=coverage/shard-${{ matrix.chunk }}
43
44
- name: Upload coverage to Codecov (PRs - tokenless)
45
if: ${{ github.event_name == 'pull_request' }}
0 commit comments