22785cf33fca47a23fcd7cf4c13eea72d19d9179
[oweals/peertube.git] / server / tests / api / ci-4.sh
1 #!/usr/bin/env sh
2
3 set -eu
4
5 redundancyFiles=$(find server/tests/api/redundancy -type f | grep -v index.ts | xargs echo)
6 activitypubFiles=$(find server/tests/api/activitypub -type f | grep -v index.ts | xargs echo)
7
8 MOCHA_PARALLEL=true npm run mocha-parallel-tests -- --max-parallel $1 --timeout 30000 --exit \
9   --require ts-node/register --require tsconfig-paths/register --bail \
10   $redundancyFiles $activitypubFiles