fix: refs #6695 try parallel
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
1c1d6a0ff6
commit
aae343fb25
|
@ -23,7 +23,7 @@ services:
|
|||
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: sh -c "pnpm exec cypress install && pnpm exec cypress run --browser chromium --spec ${CYPRESS_SPEC:?}"
|
||||
environment:
|
||||
- TZ=Europe/Madrid
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue