mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 06:57:33 +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
|
login-test-acceptance-build: login-standalone-build
|
||||||
$(BAKE_CLI) setup sink oidcrp samlsp login-test-acceptance
|
$(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
|
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
|
docker compose --file ./apps/login-test-acceptance/docker-compose.yaml down --volumes
|
||||||
|
|
||||||
login-test-acceptance: login-test-acceptance-build
|
login-test-acceptance: login-test-acceptance-build
|
||||||
|
@@ -102,7 +102,7 @@ services:
|
|||||||
condition: "service_healthy"
|
condition: "service_healthy"
|
||||||
|
|
||||||
login:
|
login:
|
||||||
image: "${LOGIN_TAG:-zitadel-login:local}"
|
image: "${LOGIN_TAG:-login:local}"
|
||||||
container_name: acceptance-login
|
container_name: acceptance-login
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
Reference in New Issue
Block a user