feat(jenkinsE2E): refs #6695 try fix db
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
8985d04d62
commit
b52b98f3d7
|
@ -5,6 +5,13 @@ services:
|
|||
context: .
|
||||
dockerfile: ./Dockerfile.e2e
|
||||
network_mode: host
|
||||
e2e:
|
||||
image: registry.verdnatura.es/salix-frontend:${VERSION:?}
|
||||
command: npx cypress run
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile.e2e
|
||||
network_mode: host
|
||||
# db:
|
||||
# image: db
|
||||
# command: npx myt run -t --ci -d -n front_default
|
||||
|
@ -14,13 +21,7 @@ services:
|
|||
# network_mode: host
|
||||
# volumes:
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
e2e:
|
||||
image: registry.verdnatura.es/salix-frontend:${VERSION:?}
|
||||
command: npx cypress run
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile.e2e
|
||||
network_mode: host
|
||||
|
||||
# back:
|
||||
# image: back
|
||||
# build:
|
||||
|
|
Loading…
Reference in New Issue