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'
|
sh 'pnpm install --prefer-offline'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test') {
|
|
||||||
stages {
|
stages {
|
||||||
stage('Unit') {
|
stage('Unit') {
|
||||||
when {
|
when {
|
||||||
|
@ -139,7 +138,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
when {
|
when {
|
||||||
expression { PROTECTED_BRANCH }
|
expression { PROTECTED_BRANCH }
|
||||||
|
|
Loading…
Reference in New Issue