From 70f0dfcc546ea18ae5bf8303a6c88da969715a04 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Fri, 25 Jul 2025 16:17:22 +0200 Subject: [PATCH] chore: ensure core integration --- .github/workflows/core-integration-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/core-integration-test.yml b/.github/workflows/core-integration-test.yml index e33ffec3d5..87b1e91b1a 100644 --- a/.github/workflows/core-integration-test.yml +++ b/.github/workflows/core-integration-test.yml @@ -70,7 +70,6 @@ jobs: path: ${{ steps.go-cache-path.outputs.GO_CACHE_PATH }} - name: test - if: ${{ steps.cache.outputs.cache-hit != 'true' }} env: ZITADEL_MASTERKEY: MasterkeyNeedsToHave32Characters run: make core_integration_test @@ -94,7 +93,7 @@ jobs: - uses: actions/cache/save@v4 name: cache results - if: ${{ steps.cache.outputs.cache-hit != 'true' }} + if: always() with: key: integration-test-postgres-${{ inputs.core_cache_key }} path: ${{ steps.go-cache-path.outputs.GO_CACHE_PATH }}