run only the acceptance tests inside container, rather than compile and test.

This commit is contained in:
Shane Kilkelly 2016-07-08 15:15:41 +01:00
parent b16b34d7c6
commit 32d06b805c

View file

@ -10,7 +10,7 @@ echo ">> Server started with pid: $_pid"
sleep 20
echo ">> Running acceptance tests..."
grunt test:acceptance
grunt mochaTest:acceptance
_test_exit_code=$?
echo ">> Killing server (pid: $_pid)"