two workers
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2022-10-05 13:50:51 +02:00
parent 45ccf782f8
commit 182d47f3ef
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -58,7 +58,7 @@ pipeline {
stage('Frontend') {
steps {
nodejs('node-v14') {
sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=3'
sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=2'
}
}
}