aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-30 16:58:32 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-07-31 11:32:04 +0200
commitf9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61 (patch)
treee1c1cdb0efaf123f0213b9695740933d4cd3869c /scripts
parenta613eea4c3987f5a2fba729a24ecaf2373624194 (diff)
downloadPeerTube-f9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61.tar.gz
PeerTube-f9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61.tar.zst
PeerTube-f9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61.zip
Correctly test ldap
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