From 6febbcdf57ef0f0bad81ddab6de8a9f8206c55a3 Mon Sep 17 00:00:00 2001 From: resonic-user Date: Tue, 17 Jun 2025 17:43:42 +0000 Subject: [PATCH] v --- .github/workflows/cache-verify.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index f73f9332e..ac4ac6dd5 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -162,6 +162,12 @@ jobs: needs: [build-images, cache-environment] steps: + # load .env + - name: Setup .env files (for caching context) + run: | + cp backend/.env.test_e2e backend/.env + cp webapp/.env.template webapp/.env + # install images - name: Download Docker image artifacts uses: actions/download-artifact@v4