Skip to content
Snippets Groups Projects
Commit 6bc1f0dd authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Add sed that enables debug

parent 9d7f83e2
No related branches found
No related tags found
1 merge request!21Issue/68
Pipeline #
......@@ -17,6 +17,7 @@ run_tests:
script:
- ping -W1 -c1 mongo
- mv config.json.example config.json
- sed -i -e 's/"debug" : false/"debug" : true/g' config.json
- gulp build
- cd build/
- mocha
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment