Skip to content

Commit

Permalink
increase jest workers for node 14 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
morris committed Jul 1, 2024
1 parent fa6024c commit 9d98df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: npm run build-examples

# workaround for https://github.com/jestjs/jest/issues/11438
- run: npm run test-coverage -- --maxWorkers=6
- run: npm run test-coverage -- --maxWorkers=7
if: ${{ matrix.node-version == '14.x' }}
env:
CI: true
Expand Down

0 comments on commit 9d98df3

Please sign in to comment.