From 41cff18e7590dc9677925a8017ff0c22d2d0896c Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 5 Jun 2026 19:03:37 +0200 Subject: [PATCH] ci: save LP cache for integration tests --- .github/workflows/e2e-integration-test.yml | 7 +++++-- .github/workflows/e2e-test.yml | 6 ------ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/e2e-integration-test.yml b/.github/workflows/e2e-integration-test.yml index 798c03bb..7b7cdbcc 100644 --- a/.github/workflows/e2e-integration-test.yml +++ b/.github/workflows/e2e-integration-test.yml @@ -59,8 +59,11 @@ jobs: - run: chmod a+x ./lightpanda - # Always activate cache - - run: mkdir -p /tmp/lp-cache + - name: LP Cache + id: lp-cache + uses: actions/cache@v5 + with: + path: /tmp/lp-cache - name: run end to end integration tests continue-on-error: true diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index f3f7f27d..9ac05be8 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -103,9 +103,6 @@ jobs: - if: matrix.wba == true run: echo "${{ secrets.WBA_PRIVATE_KEY_PEM }}" > private_key.pem - # Always activate cache - - run: mkdir -p /tmp/lp-cache - - id: args name: build LP args run: | @@ -162,9 +159,6 @@ jobs: - if: matrix.wba == true run: echo "${{ secrets.WBA_PRIVATE_KEY_PEM }}" > private_key.pem - # Always activate cache - - run: mkdir -p /tmp/lp-cache - - id: args name: build LP args run: |