Skip to content

Commit

Permalink
[circleci] use runInBand inside circleCI
Browse files Browse the repository at this point in the history
on CircleCI platform, it's a more or less official recommandation,
cf. jestjs/jest#1524 (comment)
and jestjs/jest#5239 (comment)
  • Loading branch information
adimasci committed Jul 25, 2019
1 parent 8895939 commit dd7874e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- checkout
- run: yarn
- run: yarn test:unit
- run: yarn test:unit --runInBand
- run: yarn codecov

workflows:
Expand Down

0 comments on commit dd7874e

Please sign in to comment.