]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/tests/api/ci-4.sh
Add missing button roles for the language chooser and keyboard shortcut menu items
[github/Chocobozzz/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