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 0 deletions
Showing only changes of commit 40d91aeb28 - Show all commits

1
Jenkinsfile vendored
View File

@ -103,6 +103,7 @@ pipeline {
NODE_ENV = '' NODE_ENV = ''
} }
steps { steps {
sh 'pnpx puppeteer browsers install chrome'
sh 'node back/tests.js --ci --junit --network jenkins' sh 'node back/tests.js --ci --junit --network jenkins'
} }
post { post {