Merge branch 'dev' into 8648-addTestCasesInRoadmapListTest

This commit is contained in:
Jose Antonio Tubau 2025-03-10 10:20:25 +00:00
commit 36d03fb2bb
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -123,7 +123,7 @@ pipeline {
sh "docker-compose ${env.COMPOSE_PARAMS} up -d"
image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ --init") {
sh 'sh test/cypress/cypressParallel.sh 3'
sh 'sh test/cypress/cypressParallel.sh 2'
}
}
}