fix: refs #6695 update Jenkinsfile to source cypressParallel.sh correctly
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
8a5025ba62
commit
3abb713cd5
|
@ -117,8 +117,8 @@ pipeline {
|
|||
sh "docker-compose ${env.COMPOSE_PARAMS} up -d"
|
||||
image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ") {
|
||||
// sh 'cypress run --browser chromium || true'
|
||||
sh '''
|
||||
. test/cypress/cypressParallel.sh
|
||||
sh '''#!/bin/bash
|
||||
source test/cypress/cypressParallel.sh
|
||||
cypressParallel 2 || true
|
||||
'''
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue