8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 8 additions and 7 deletions
Showing only changes of commit b52b98f3d7 - Show all commits

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: