Skip to content

Commit

Permalink
ci: Add junit output for CircleCI test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jul 19, 2016
1 parent 1713a24 commit 07c3599
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ dependencies:
test:
pre:
- mongo --version
- mongo --eval 'db.hostInfo()'
- mongo --eval 'db.hostInfo()'
override:
- mocha test --reporter mocha-junit-reporter --opts test/mocha.opts dist/test:
environment:
MOCHA_FILE: $CIRCLE_TEST_REPORTS/junit/test-results.xml

0 comments on commit 07c3599

Please sign in to comment.