mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:37:30 +00:00
ci: allow restore errors (#6740)
This commit is contained in:
1
.github/workflows/console.yml
vendored
1
.github/workflows/console.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
|
continue-on-error: true
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
key: console-${{ hashFiles('console', 'proto', '!console/dist') }}
|
key: console-${{ hashFiles('console', 'proto', '!console/dist') }}
|
||||||
|
1
.github/workflows/core-integration-test.yml
vendored
1
.github/workflows/core-integration-test.yml
vendored
@@ -56,6 +56,7 @@ jobs:
|
|||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
id: cache
|
id: cache
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
|
continue-on-error: true
|
||||||
name: restore previous results
|
name: restore previous results
|
||||||
with:
|
with:
|
||||||
key: integration-test-postgres-${{ inputs.core_cache_key }}
|
key: integration-test-postgres-${{ inputs.core_cache_key }}
|
||||||
|
1
.github/workflows/core-unit-test.yml
vendored
1
.github/workflows/core-unit-test.yml
vendored
@@ -40,6 +40,7 @@ jobs:
|
|||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
id: cache
|
id: cache
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
|
continue-on-error: true
|
||||||
name: restore previous results
|
name: restore previous results
|
||||||
with:
|
with:
|
||||||
key: unit-test-${{ inputs.core_cache_key }}
|
key: unit-test-${{ inputs.core_cache_key }}
|
||||||
|
1
.github/workflows/core.yml
vendored
1
.github/workflows/core.yml
vendored
@@ -41,6 +41,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
|
continue-on-error: true
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
key: core-${{ hashFiles( 'go.*', 'openapi', 'cmd', 'pkg/grpc/**/*.go', 'proto', 'internal') }}
|
key: core-${{ hashFiles( 'go.*', 'openapi', 'cmd', 'pkg/grpc/**/*.go', 'proto', 'internal') }}
|
||||||
|
Reference in New Issue
Block a user