Skip to content

Commit

Permalink
Fix test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
hayesgm committed Jun 23, 2019
1 parent 6d132f3 commit 1a2e819
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: mkdir ~/junit-oracle
- run: JEST_JUNIT_OUTPUT=~/junit-oracle/test-results.xml yarn run test --ci --reporters=default --reporters=jest-junit
- run: npx saddle compile
- run: JEST_JUNIT_OUTPUT=~/junit-oracle/test-results.xml npx saddle test -- --ci --reporters=default --reporters=jest-junit
- store_test_results:
path: ~/junit-oracle
- store_artifacts:
Expand Down

0 comments on commit 1a2e819

Please sign in to comment.