test: refs #6695 e2e fix command
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
248edf9d88
commit
6568e2525c
|
@ -18,8 +18,8 @@ services:
|
||||||
- '9000:9000'
|
- '9000:9000'
|
||||||
e2e:
|
e2e:
|
||||||
image: alexmorenovn/vndev:latest
|
image: alexmorenovn/vndev:latest
|
||||||
command: 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"
|
command: sh -c "pnpm exec cypress install && pnpm exec cypress run --browser chromium"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|
Loading…
Reference in New Issue