This commit is contained in:
Florian Forster
2025-02-19 12:02:42 +01:00
parent ac281cc3c1
commit 18a1e89dab
3 changed files with 12 additions and 3 deletions

View File

@@ -24,7 +24,8 @@ RUN make core_lint
FROM scratch AS output
COPY --from=build /app/zitadel .
FROM base AS unit-test
FROM base AS unit
COPY .git/ .git/
RUN make core_unit_test
FROM debian:latest AS base-image