This commit is contained in:
resonic-user 2025-06-16 10:28:51 +00:00
parent b136241b06
commit 9a1f577904

View File

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