acceptance

This commit is contained in:
Elio Bischof
2025-06-18 19:33:49 +02:00
parent 9abe156119
commit 89401eb83e
2 changed files with 3 additions and 3 deletions

View File

@@ -58,10 +58,10 @@ login-test-integration: login-standalone-build login-test-integration-build
login-test-acceptance-build: login-standalone-build
$(BAKE_CLI) setup sink oidcrp samlsp login-test-acceptance
login-test-acceptance-run: login-acceptance-cleanup
login-test-acceptance-run: login-test-acceptance-cleanup
docker compose --file ./apps/login-test-acceptance/docker-compose.yaml run --rm --service-ports acceptance
login-acceptance-cleanup:
login-test-acceptance-cleanup:
docker compose --file ./apps/login-test-acceptance/docker-compose.yaml down --volumes
login-test-acceptance: login-test-acceptance-build

View File

@@ -102,7 +102,7 @@ services:
condition: "service_healthy"
login:
image: "${LOGIN_TAG:-zitadel-login:local}"
image: "${LOGIN_TAG:-login:local}"
container_name: acceptance-login
labels:
- "traefik.enable=true"