mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:17:33 +00:00
chore: ensure core integration
This commit is contained in:
3
.github/workflows/core-integration-test.yml
vendored
3
.github/workflows/core-integration-test.yml
vendored
@@ -70,7 +70,6 @@ jobs:
|
|||||||
path: ${{ steps.go-cache-path.outputs.GO_CACHE_PATH }}
|
path: ${{ steps.go-cache-path.outputs.GO_CACHE_PATH }}
|
||||||
-
|
-
|
||||||
name: test
|
name: test
|
||||||
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
|
|
||||||
env:
|
env:
|
||||||
ZITADEL_MASTERKEY: MasterkeyNeedsToHave32Characters
|
ZITADEL_MASTERKEY: MasterkeyNeedsToHave32Characters
|
||||||
run: make core_integration_test
|
run: make core_integration_test
|
||||||
@@ -94,7 +93,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
name: cache results
|
name: cache results
|
||||||
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
|
if: always()
|
||||||
with:
|
with:
|
||||||
key: integration-test-postgres-${{ inputs.core_cache_key }}
|
key: integration-test-postgres-${{ inputs.core_cache_key }}
|
||||||
path: ${{ steps.go-cache-path.outputs.GO_CACHE_PATH }}
|
path: ${{ steps.go-cache-path.outputs.GO_CACHE_PATH }}
|
||||||
|
Reference in New Issue
Block a user