Merge branch 'jest-run-in-band' into 'develop'

GitLab CI: try jest --runInBand

See merge request soapbox-pub/soapbox-fe!1609
feed-suggestions
Alex Gleason 2022-07-06 17:02:01 +00:00
commit bf20f8dff8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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