aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh
index df9d6d2b2..c735c8d5c 100755
--- a/scripts/ci.sh
+++ b/scripts/ci.sh
@@ -65,7 +65,7 @@ elif [ "$1" = "api-3" ]; then
65 65
66 videosFiles=$(findTestFiles server/tests/api/videos) 66 videosFiles=$(findTestFiles server/tests/api/videos)
67 67
68 runTest 1 $videosFiles 68 MOCHA_PARALLEL=true runTest 2 $videosFiles
69elif [ "$1" = "api-4" ]; then 69elif [ "$1" = "api-4" ]; then
70 npm run build:server 70 npm run build:server
71 71