mirror of https://github.com/Chocobozzz/PeerTube
Remove unnecessary env
parent
820299121f
commit
fd5fa94bbc
|
@ -92,7 +92,7 @@ elif [ "$1" = "api-4" ]; then
|
|||
objectStorageFiles=$(findTestFiles ./dist/server/tests/api/object-storage)
|
||||
activitypubFiles=$(findTestFiles ./dist/server/tests/api/activitypub)
|
||||
|
||||
MOCHA_PARALLEL=true TS_NODE_FILES=true runTest "$1" 2 $moderationFiles $redundancyFiles $activitypubFiles $objectStorageFiles
|
||||
MOCHA_PARALLEL=true runTest "$1" 2 $moderationFiles $redundancyFiles $activitypubFiles $objectStorageFiles
|
||||
elif [ "$1" = "external-plugins" ]; then
|
||||
npm run build:server
|
||||
|
||||
|
|
Loading…
Reference in New Issue