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