test: refs #6695 better stages
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
8f0f993a64
commit
940bc7f1ff
|
@ -66,7 +66,6 @@ pipeline {
|
|||
sh 'pnpm install --prefer-offline'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
stages {
|
||||
stage('Unit') {
|
||||
when {
|
||||
|
@ -139,7 +138,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
when {
|
||||
expression { PROTECTED_BRANCH }
|
||||
|
|
Loading…
Reference in New Issue