diff options
-rwxr-xr-x | scripts/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh index f49dbe6ad..2cb3b96db 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh | |||
@@ -92,7 +92,7 @@ elif [ "$1" = "api-4" ]; then | |||
92 | objectStorageFiles=$(findTestFiles ./dist/server/tests/api/object-storage) | 92 | objectStorageFiles=$(findTestFiles ./dist/server/tests/api/object-storage) |
93 | activitypubFiles=$(findTestFiles ./dist/server/tests/api/activitypub) | 93 | activitypubFiles=$(findTestFiles ./dist/server/tests/api/activitypub) |
94 | 94 | ||
95 | MOCHA_PARALLEL=true TS_NODE_FILES=true runTest "$1" 2 $moderationFiles $redundancyFiles $activitypubFiles $objectStorageFiles | 95 | MOCHA_PARALLEL=true runTest "$1" 2 $moderationFiles $redundancyFiles $activitypubFiles $objectStorageFiles |
96 | elif [ "$1" = "external-plugins" ]; then | 96 | elif [ "$1" = "external-plugins" ]; then |
97 | npm run build:server | 97 | npm run build:server |
98 | 98 | ||