mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 10:36:57 +00:00
Don't compile acceptance test files during test run
This commit is contained in:
parent
1fed715230
commit
533804c55b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ echo ">> Server started"
|
|||
sleep 5
|
||||
|
||||
echo ">> Running acceptance tests..."
|
||||
grunt --no-color test:acceptance
|
||||
grunt --no-color mochaTest:acceptance
|
||||
_test_exit_code=$?
|
||||
|
||||
echo ">> Killing server"
|
||||
|
|
Loading…
Add table
Reference in a new issue