fix: test secuendiales
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
0a9bdc6f89
commit
1f4e98075c
|
@ -54,17 +54,19 @@ pipeline {
|
||||||
NODE_ENV = ""
|
NODE_ENV = ""
|
||||||
TZ = 'Europe/Madrid'
|
TZ = 'Europe/Madrid'
|
||||||
}
|
}
|
||||||
stage('Frontend') {
|
steps {
|
||||||
steps {
|
stage('Frontend') {
|
||||||
nodejs('node-v20') {
|
steps {
|
||||||
sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=2'
|
nodejs('node-v20') {
|
||||||
|
sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=2'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
stage('Backend') {
|
||||||
stage('Backend') {
|
steps {
|
||||||
steps {
|
nodejs('node-v20') {
|
||||||
nodejs('node-v20') {
|
sh 'npm run test:back:ci'
|
||||||
sh 'npm run test:back:ci'
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue