feat: refs #6695 update cypress-cache volume path in docker-compose.e2e.yml
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
3d8c397094
commit
8dba602771
|
@ -101,7 +101,7 @@ pipeline {
|
|||
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
|
||||
env.NETWORK = "${PROJECT_NAME}-${env.BRANCH_NAME}-${env.BUILD_ID}"
|
||||
cleanDockerE2E()
|
||||
env.CYPRESS_CACHE_FOLDER = "/.cache/Cypress"
|
||||
env.CYPRESS_CACHE_FOLDER = "/test/cypress"
|
||||
sh "pnpm exec cypress install"
|
||||
// sh "docker network create ${env.NETWORK} || true"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue