Limiting workers for jest

This commit is contained in:
James Barnsley
2022-10-30 16:52:27 +13:00
parent 84db4e0789
commit c0347887c6

View File

@ -18,7 +18,7 @@ jobs:
run: npm ci
- name: Run tests
run: npm run test
run: npm run test --verbose --maxWorkers=2
- name: Submit to Codecov
uses: codecov/codecov-action@v1