Skip to content

Commit

Permalink
Trying another thing for test results
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehansen committed Dec 21, 2017
1 parent 7f63ad8 commit 31a4500
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 @@ -18,8 +18,8 @@ jobs:
command: npm run ci
environment:
MOCHA_REPORTER: mocha-junit-reporter
MOCHA_FILE: test-results.xml
MOCHA_FILE: /tmp/tests/junit/test-results.xml
- store_test_results:
path: test-results.xml
path: /tmp/tests
- store_artifacts:
path: test-results.xml

0 comments on commit 31a4500

Please sign in to comment.