CI launch back tests only
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2022-05-12 15:28:52 +02:00
parent 9778783dfa
commit fd7bed9933
1 changed files with 3 additions and 14 deletions

17
Jenkinsfile vendored
View File

@ -54,20 +54,9 @@ pipeline {
environment {
NODE_ENV = ""
}
parallel {
stage('Frontend') {
steps {
nodejs('node-v14') {
sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=2'
}
}
}
stage('Backend') {
steps {
nodejs('node-v14') {
sh 'npm run test:back:ci'
}
}
steps {
nodejs('node-v14') {
sh 'npm run test:back:ci'
}
}
}