From 9a1f57790423f9c2c61fb3d4f52fa0bedf803eea Mon Sep 17 00:00:00 2001 From: resonic-user Date: Mon, 16 Jun 2025 10:28:51 +0000 Subject: [PATCH] v --- .github/workflows/cache-verify.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index e555d1434..7da855b95 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -18,6 +18,9 @@ jobs: env: LOCK_HASH: ${{ hashFiles('backend/yarn.lock', 'webapp/yarn.lock') }} run: echo "key=node-modules-${{ runner.os }}-${{ env.LOCK_HASH }}" >> $GITHUB_OUTPUT + - name: Debug resolved cache key + run: echo "Resolved key: ${{ steps.cache-key.outputs.key }}" + - name: Restore node_modules cache id: cache-restore uses: actions/cache@v4