From 3cfdbcaa06a13a5225cd78dd2c58fcefed90f12c Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Mon, 30 Mar 2026 17:25:31 +0200 Subject: [PATCH] Added new yml --- jenkins/3catTw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/3catTw b/jenkins/3catTw index 4442d7d..f3e96fd 100644 --- a/jenkins/3catTw +++ b/jenkins/3catTw @@ -37,7 +37,7 @@ pipeline { python3 -c "import moviepy" || { echo 'MoviePy import failed!'; exit 1; } # Install the local browser binaries for this environment - npx playwright install chromium + playwright install chromium ''' } }