fix: rutasAnalyzeHotFix #2119

Merged
robert merged 30 commits from rutasAnalyzeHotFix into master 2024-03-07 07:21:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f055293d8a - Show all commits

2
Jenkinsfile vendored
View File

@ -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 {