feat(jenkinsE2E): refs #6695 try fix db
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-10-07 13:56:40 +02:00
parent 8985d04d62
commit b52b98f3d7
1 changed files with 8 additions and 7 deletions

View File

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