diff --git a/Jenkinsfile b/Jenkinsfile index a64057f2c..f056bc8be 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,7 +70,6 @@ pipeline { parallel { stage('Back') { steps { - sh 'pnpp config set puppeteer_skip_chromium_download true -g' sh 'pnpm install --prefer-offline' } } @@ -104,6 +103,7 @@ pipeline { NODE_ENV = '' } steps { + sh 'pnpm config set puppeteer_skip_chromium_download true -g' sh 'node back/tests.js --ci --junit --network jenkins' } post {