Skip to content

Commit

Permalink
(ci): remove experimental --runInBand as tests pass now (#624)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
agilgur5 committed Mar 17, 2020
1 parent 6679c23 commit 0f72117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: yarn install --frozen-lockfile

- name: Test package
run: yarn test:post-build --runInBand
run: yarn test:post-build

0 comments on commit 0f72117

Please sign in to comment.