]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/ci-4.sh
Improve SQL query for my special playlists
[github/Chocobozzz/PeerTube.git] / server / tests / api / ci-4.sh
index 74809e1ad05257696e61af6a1c9c951051ee97a3..22785cf33fca47a23fcd7cf4c13eea72d19d9179 100644 (file)
@@ -5,5 +5,6 @@ set -eu
 redundancyFiles=$(find server/tests/api/redundancy -type f | grep -v index.ts | xargs echo)
 activitypubFiles=$(find server/tests/api/activitypub -type f | grep -v index.ts | xargs echo)
 
-MOCHA_PARALLEL=true npm run mocha-parallel-tests -- --max-parallel $1 --timeout 30000 --exit --require ts-node/register --bail \
-    $redundancyFiles $activitypubFiles
+MOCHA_PARALLEL=true npm run mocha-parallel-tests -- --max-parallel $1 --timeout 30000 --exit \
+  --require ts-node/register --require tsconfig-paths/register --bail \
+  $redundancyFiles $activitypubFiles