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

This commit is contained in:
Alex Moreno 2025-02-13 10:05:27 +01:00
parent 3d8c397094
commit 8dba602771
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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"
}