mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-01 19:13:53 -05:00
run only the acceptance tests inside container, rather than compile and test.
This commit is contained in:
parent
b16b34d7c6
commit
32d06b805c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ echo ">> Server started with pid: $_pid"
|
||||||
sleep 20
|
sleep 20
|
||||||
|
|
||||||
echo ">> Running acceptance tests..."
|
echo ">> Running acceptance tests..."
|
||||||
grunt test:acceptance
|
grunt mochaTest:acceptance
|
||||||
_test_exit_code=$?
|
_test_exit_code=$?
|
||||||
|
|
||||||
echo ">> Killing server (pid: $_pid)"
|
echo ">> Killing server (pid: $_pid)"
|
||||||
|
|
Loading…
Reference in a new issue