cache compose tests

This commit is contained in:
Elio Bischof
2025-06-19 14:44:36 +02:00
parent 758c532e7c
commit bb3f940a2b

View File

@@ -52,9 +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-${{ github.sha }}-${{github.run_number}} key: ${{ runner.os }}-login-run-caches-${{github.ref_name}}-${{ github.sha }}-${{github.run_attempt}}
restore-keys: | restore-keys: |
${{ runner.os }}-login-run-caches-${{ github.sha }}- ${{ runner.os }}-login-run-caches-${{github.ref_name}}-${{ github.sha }}-
${{ runner.os }}-login-run-caches-${{github.ref_name}}-
${{ 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