GitLab CI: try jest --runInBand

This commit is contained in:
Alex Gleason 2022-07-06 11:23:35 -05:00
parent d2540b3596
commit 2a3e5d67fc
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ lint-sass:
jest:
stage: test
script: yarn test:coverage
script: yarn test:coverage --runInBand
only:
changes:
- "**/*.js"