Skip to content

Commit 8651132

Browse files
committed
Change workers to 6
1 parent c925984 commit 8651132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
key: ${{ runner.os }}-jest
4040

4141
- name: Jest tests
42-
run: npm test -- --silent --shard=${{ fromJSON(matrix.chunk) }}/${{ strategy.job-total }} --maxWorkers=8 --coverage --coverageDirectory=coverage/shard-${{ matrix.chunk }}
42+
run: npm test -- --silent --shard=${{ fromJSON(matrix.chunk) }}/${{ strategy.job-total }} --maxWorkers=6 --coverage --coverageDirectory=coverage/shard-${{ matrix.chunk }}
4343

4444
- name: Upload coverage to Codecov (PRs - tokenless)
4545
if: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)