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 09:58:58 +01:00
parent 8f9f1281f2
commit 0a16b4cb52
1 changed files with 2 additions and 1 deletions

View File

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