From 855eae9b30f98428b806bb53784bdad183a7a683 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 19 Feb 2025 14:06:32 +0100 Subject: [PATCH] test --- .github/workflows/ffo-test.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ffo-test.yml b/.github/workflows/ffo-test.yml index fcc1aa1c96e..68b7eea29c9 100644 --- a/.github/workflows/ffo-test.yml +++ b/.github/workflows/ffo-test.yml @@ -6,7 +6,7 @@ on: - docker-bake jobs: - test: + unloaded: timeout-minutes: 20 runs-on: group: zitadel-public @@ -20,4 +20,22 @@ jobs: source: . push: false targets: build, lint ,core-unit - no-cache: true \ No newline at end of file + no-cache: true + load: true + + loaded: + timeout-minutes: 20 + runs-on: + group: zitadel-public + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: docker/setup-buildx-action@v3 + - uses: docker/bake-action@v6 + with: + source: . + push: false + targets: build, lint ,core-unit + no-cache: true + load: false \ No newline at end of file