Skip to content
/ jest Public
forked from jestjs/jest

Commit

Permalink
collect coverage from node 10 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 20, 2018
1 parent 69ae7a6 commit 3ede7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- run: yarn --no-progress
- save-cache: *save-cache
- run:
command: yarn test-ci-partial
command: yarn test-ci
- store_test_results:
path: reports/junit

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- run: yarn --no-progress
- save-cache: *save-cache
- run:
command: yarn test-ci
command: yarn test-ci-partial
- store_test_results:
path: reports/junit

Expand Down

0 comments on commit 3ede7a0

Please sign in to comment.