mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 06:57:33 +00:00
cache compose tests
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -52,9 +52,8 @@ jobs:
|
|||||||
id: run-caches-restore
|
id: run-caches-restore
|
||||||
with:
|
with:
|
||||||
path: ${{ env.CACHE_DIR }}
|
path: ${{ env.CACHE_DIR }}
|
||||||
key: ${{ runner.os }}-login-run-caches-${{ github.event.inputs.ref-tag }}
|
key: ${{ runner.os }}-login-run-caches-${{ github.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-login-run-caches-${{ github.event.inputs.ref-tag }}-
|
|
||||||
${{ runner.os }}-login-run-caches-
|
${{ runner.os }}-login-run-caches-
|
||||||
- name: Show Run Caches
|
- name: Show Run Caches
|
||||||
run: make show-run-caches
|
run: make show-run-caches
|
||||||
|
Reference in New Issue
Block a user