From 4fd894308de7fe30f23b4d6677f9ba5c3843aa85 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Sep 2025 10:02:38 +0200 Subject: [PATCH] Fix CI --- scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci.sh b/scripts/ci.sh index bff8bbabf..5ba48f39d 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -132,7 +132,7 @@ elif [ "$1" = "api-5" ]; then MOCHA_PARALLEL=true runJSTest "$1" $((2*$speedFactor)) $transcodingFiles $runnersFiles elif [ "$1" = "external-plugins" ]; then - npm run install-dependencies:transcription --workspace=@peertube/tests + pnpm run --filter=@peertube/tests install-dependencies:transcription npm run build:server npm run build:tests