Merge branch 'jest-run-in-band' into 'develop'
GitLab CI: try jest --runInBand See merge request soapbox-pub/soapbox-fe!1609
This commit is contained in:
commit
bf20f8dff8
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ lint-sass:
|
|||
|
||||
jest:
|
||||
stage: test
|
||||
script: yarn test:coverage
|
||||
script: yarn test:coverage --runInBand
|
||||
only:
|
||||
changes:
|
||||
- "**/*.js"
|
||||
|
|
Loading…
Reference in a new issue