mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 10:51:28 +00:00
v
This commit is contained in:
parent
b136241b06
commit
9a1f577904
3
.github/workflows/cache-verify.yml
vendored
3
.github/workflows/cache-verify.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user