ci: add missing cache key for integration test

This commit is contained in:
Pierre Tachoire
2026-06-08 12:05:44 +02:00
parent 22d1c5ecd1
commit 8d98d7aa99

View File

@@ -64,6 +64,7 @@ jobs:
uses: actions/cache@v5
with:
path: /tmp/lp-cache
key: v1
- name: run end to end integration tests
continue-on-error: true