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: |