From 8d98d7aa99ec539a79d4cf5c006fa970b0c872a7 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 8 Jun 2026 12:05:44 +0200 Subject: [PATCH] ci: add missing cache key for integration test --- .github/workflows/e2e-integration-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-integration-test.yml b/.github/workflows/e2e-integration-test.yml index 7b7cdbcc..3fd59cb0 100644 --- a/.github/workflows/e2e-integration-test.yml +++ b/.github/workflows/e2e-integration-test.yml @@ -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