chore: ensure core integration

This commit is contained in:
Elio Bischof
2025-07-25 16:17:22 +02:00
parent c46fd01947
commit 70f0dfcc54

View File

@@ -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 }}