mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-21 07:50:19 +00:00
test
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user