mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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
|
||||
|
||||
echo ">> Running acceptance tests..."
|
||||
grunt test:acceptance
|
||||
grunt mochaTest:acceptance
|
||||
_test_exit_code=$?
|
||||
|
||||
echo ">> Killing server (pid: $_pid)"
|
||||
|
|
Loading…
Reference in a new issue