mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 23:47:33 +00:00
cache compose tests
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -52,8 +52,7 @@ jobs:
|
|||||||
id: run-caches-restore
|
id: run-caches-restore
|
||||||
with:
|
with:
|
||||||
path: ${{ env.CACHE_DIR }}
|
path: ${{ env.CACHE_DIR }}
|
||||||
key: login-run-caches-${{ env.DOCKER_METADATA_OUTPUT_VERSION }}
|
key: login-run-caches
|
||||||
restore-keys: login-run-caches-latest
|
|
||||||
- name: Show Run Caches
|
- name: Show Run Caches
|
||||||
run: make show-run-caches
|
run: make show-run-caches
|
||||||
- run: make login-quality
|
- run: make login-quality
|
||||||
@@ -67,4 +66,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ${{ env.CACHE_DIR }}
|
path: ${{ env.CACHE_DIR }}
|
||||||
key: ${{ steps.run-caches-restore.outputs.cache-primary-key }}
|
key: ${{ steps.run-caches-restore.outputs.cache-primary-key }}
|
||||||
# if: always()
|
if: always()
|
||||||
|
Reference in New Issue
Block a user