From 4c238db55307dee33b5be07981cc9c43dc5cda1a Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Tue, 17 Mar 2020 18:31:57 -0400 Subject: [PATCH] (ci): remove experimental --runInBand as tests pass now - this was added as an attempt to fix persistent CI errors that were occurring due to the now deprecated `moveTypes()` function - now that those have been fixed, this is no longer needed and should have a small speed bump by removing this - though it's possible --runInBand fixed a different CI error that happened less frequently: `EPERM` on creating directories on Windows, not sure, will find out --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 058f13dc3..014fca156 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -44,4 +44,4 @@ jobs: run: yarn install --frozen-lockfile - name: Test package - run: yarn test:post-build --runInBand + run: yarn test:post-build