From c0347887c6a516cb81740d8c2ecc5073144f1bad Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sun, 30 Oct 2022 16:52:27 +1300 Subject: [PATCH] Limiting workers for jest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3952529a..4f742a43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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