Skip to content

Commit

Permalink
Tweak test results store
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehansen committed Dec 21, 2017
1 parent c308580 commit 02c2910
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 @@ -18,6 +18,7 @@ jobs:
command: npm run ci
environment:
MOCHA_REPORTER: mocha-junit-reporter
MOCHA_FILE: test-results.xml
MOCHA_FILE: $CIRCLE_TEST_REPORTS/junit/test-results.xml
- store_test_results:
path: test-results.xml
prefix: junit

0 comments on commit 02c2910

Please sign in to comment.