test: refs #6695 e2e fix command
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-10 08:17:48 +01:00
parent 248edf9d88
commit 6568e2525c
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ services:
- '9000:9000'
e2e:
image: alexmorenovn/vndev:latest
command: pnpm exec cypress run --browser chromium
# command: sh -c "pnpm exec cypress install && pnpm exec cypress run --browser chromium"
# command: pnpm exec cypress run --browser chromium
command: sh -c "pnpm exec cypress install && pnpm exec cypress run --browser chromium"
volumes:
- .:/app
working_dir: /app