ci: refs #6695 try use cache
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-19 12:59:01 +01:00
parent 2e26a0b32a
commit 35c0fefbc9
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -112,6 +112,7 @@ pipeline {
-v ${env.WORKSPACE}/cypress-cache:/home/node/.cache/Cypress
-w /app
""".stripIndent()) {
sh 'pnpm exec cypress install'
sh 'pnpm exec cypress run --browser chromium'
}
}