X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fci-4.sh;h=22785cf33fca47a23fcd7cf4c13eea72d19d9179;hb=9d45db2919862640ad550c5326fb21ddc08d6d59;hp=74809e1ad05257696e61af6a1c9c951051ee97a3;hpb=2284f202070aa2e49156cc52b3b1596a7d5aadec;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/ci-4.sh b/server/tests/api/ci-4.sh index 74809e1ad..22785cf33 100644 --- a/server/tests/api/ci-4.sh +++ b/server/tests/api/ci-4.sh @@ -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