cache compose tests

This commit is contained in:
Elio Bischof
2025-06-19 12:40:44 +02:00
parent 66f78f237d
commit 3372d1aa03

View File

@@ -52,7 +52,10 @@ 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 key: ${{ runner.os }}-login-run-caches-${{ github.event.inputs.ref-tag }}
restore-keys: |
${{ runner.os }}-login-run-caches-${{ github.event.inputs.ref-tag }}-
${{ runner.os }}-login-run-caches-
- 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