fix: refs #6695 update Jenkinsfile to source cypressParallel.sh correctly
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
010313ada9
commit
8a5025ba62
|
@ -118,7 +118,7 @@ pipeline {
|
|||
image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ") {
|
||||
// sh 'cypress run --browser chromium || true'
|
||||
sh '''
|
||||
source test/cypress/cypressParallel.sh
|
||||
. test/cypress/cypressParallel.sh
|
||||
cypressParallel 2 || true
|
||||
'''
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue