feat: refs #6695 install Cypress during Jenkins pipeline setup
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
cbccf89b6f
commit
8f9f1281f2
|
@ -64,6 +64,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh 'pnpm install --prefer-offline'
|
||||
sh 'pnpm exec cypress install'
|
||||
}
|
||||
}
|
||||
// stage('Test: Unit') {
|
||||
|
|
Loading…
Reference in New Issue