cache compose tests

This commit is contained in:
Elio Bischof
2025-06-19 13:39:48 +02:00
parent 7efc0394e0
commit 3f33438d10

View File

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