Skip to content

Commit

Permalink
[#4430] fix mochajs test command again
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Aug 31, 2018
1 parent 0d7fcac commit 82571f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -89,7 +89,8 @@ jobs:
case $CIRCLE_NODE_INDEX in
$NODE_TESTS_CONTAINER)
sleep 5
/root/node_modules/mocha-phantomjs/bin/mocha-phantomjs http://localhost:5000/base/test/index.html
/root/project/node_modules/mocha-phantomjs/bin/mocha-phantomjs \
http://localhost:5000/base/test/index.html
;;
esac
Expand Down

0 comments on commit 82571f8

Please sign in to comment.