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
8f9f1281f2
commit
0a16b4cb52
|
@ -26,9 +26,10 @@ services:
|
|||
command: pnpm exec cypress run --headed
|
||||
environment:
|
||||
- TZ=Europe/Madrid
|
||||
- CYPRESS_CACHE_FOLDER=/root/.cache/Cypress
|
||||
volumes:
|
||||
- .:/app
|
||||
- cypress-cache:/root/.cache/Cypress
|
||||
- /home/jenkins/.cache/Cypress:/root/.cache/Cypress
|
||||
working_dir: /app
|
||||
vn-database:
|
||||
image: alexmorenovn/vn_db:latest
|
||||
|
|
Loading…
Reference in New Issue