mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
acceptance
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user