From 89a3bdc1d3128e04bc79765e6b600aa3d42b45da Mon Sep 17 00:00:00 2001 From: resonic-user Date: Tue, 17 Jun 2025 17:17:31 +0000 Subject: [PATCH] v --- .github/workflows/cache-verify.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index 1138a9bf3..e9d860695 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -51,6 +51,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Setup .env files (for caching context) + run: | + cp backend/.env.test_e2e backend/.env + cp webapp/.env.template webapp/.env + - name: Setup Node.js uses: actions/setup-node@v4 with: