diff options
-rwxr-xr-x | scripts/ci.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh index d90c2cd10..a0de62d91 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh | |||
@@ -77,11 +77,11 @@ elif [ "$1" = "api-3" ]; then | |||
77 | elif [ "$1" = "api-4" ]; then | 77 | elif [ "$1" = "api-4" ]; then |
78 | npm run build:server | 78 | npm run build:server |
79 | 79 | ||
80 | activitypubFiles=$(findTestFiles server/tests/api/moderation) | 80 | moderationFiles=$(findTestFiles server/tests/api/moderation) |
81 | redundancyFiles=$(findTestFiles server/tests/api/redundancy) | 81 | redundancyFiles=$(findTestFiles server/tests/api/redundancy) |
82 | activitypubFiles=$(findTestFiles server/tests/api/activitypub) | 82 | activitypubFiles=$(findTestFiles server/tests/api/activitypub) |
83 | 83 | ||
84 | MOCHA_PARALLEL=true TS_NODE_FILES=true runTest "$1" 2 $activitypubFiles $redundancyFiles $activitypubFiles | 84 | MOCHA_PARALLEL=true TS_NODE_FILES=true runTest "$1" 2 $moderationFiles $redundancyFiles $activitypubFiles |
85 | elif [ "$1" = "external-plugins" ]; then | 85 | elif [ "$1" = "external-plugins" ]; then |
86 | npm run build:server | 86 | npm run build:server |
87 | 87 | ||