From 5035c3d3ccffacff734253b54c063d0ca04ff580 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Thu, 19 Jun 2025 08:55:54 +0200 Subject: [PATCH] cache compose tests --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1ce9b3a071..81ee99b09e 100644 --- a/Makefile +++ b/Makefile @@ -60,8 +60,14 @@ login-test-integration: login-standalone-build login-test-integration-build $(CORE_MOCK_TAG) \ $(LOGIN_TEST_INTEGRATION_TAG)" -login-test-acceptance-build: login-standalone-build - $(BAKE_CLI_WITH_COMMON_ARGS) --load setup sink oidcrp samlsp login-test-acceptance +login-test-acceptance-compose-build: + $(BAKE_CLI_WITH_COMMON_ARGS) --load setup sink oidcrp samlsp + +login-test-acceptance-bake-build: + $(BAKE_CLI_WITH_COMMON_ARGS) login-test-acceptance + +login-test-acceptance-build: login-test-acceptance-compose-build login-test-acceptance-bake-build login-standalone-build + @: login-test-acceptance-run: login-test-acceptance-cleanup docker compose --file ./apps/login-test-acceptance/docker-compose.yaml run --rm --service-ports acceptance