feat: refs #6695 install Cypress during Jenkins pipeline setup
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-13 09:55:30 +01:00
parent cbccf89b6f
commit 8f9f1281f2
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -64,6 +64,7 @@ pipeline {
} }
steps { steps {
sh 'pnpm install --prefer-offline' sh 'pnpm install --prefer-offline'
sh 'pnpm exec cypress install'
} }
} }
// stage('Test: Unit') { // stage('Test: Unit') {