Skip to content

Commit

Permalink
Amend the testing command
Browse files Browse the repository at this point in the history
  • Loading branch information
BR0kEN- committed Apr 18, 2018
1 parent 3ccf393 commit dca52fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Expand Up @@ -8,5 +8,5 @@ cikit matrix/provision --rest-api
cikit ssh "service docker start && systemctl enable docker"

if [ "test" == "$1" ]; then
cikit ssh "cd /var/www/cikit-rest-api && npm run lint && npm test"
cikit ssh "bash -c 'cd /var/www/cikit-rest-api && npm run lint && npm test'"
fi

0 comments on commit dca52fb

Please sign in to comment.