Skip to content

Commit

Permalink
fix: Correctly execute tests
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jul 19, 2016
1 parent 07c3599 commit cd4f4fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ dependencies:
- sudo apt-get install -y mongodb-org
- sudo service mongod restart
- npm install --progress=false
- npm install mocha-junit-reporter --progress=false

test:
pre:
- mongo --version
- mongo --eval 'db.hostInfo()'
override:
- mocha test --reporter mocha-junit-reporter --opts test/mocha.opts dist/test:
- npm run test -- --reporter mocha-junit-reporter:
environment:
MOCHA_FILE: $CIRCLE_TEST_REPORTS/junit/test-results.xml

0 comments on commit cd4f4fe

Please sign in to comment.