fix: try to fix puppeteer
gitea/salix/pipeline/pr-master There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-03-05 07:32:06 +01:00
parent c9b6cbf67b
commit 40d91aeb28
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

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