mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
e2e cache
This commit is contained in:
parent
87f42dafc1
commit
8c4a60e75e
2
.github/workflows/cache-verify.yml
vendored
2
.github/workflows/cache-verify.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
ROOT_HASH=$(sha256sum yarn.lock | cut -d' ' -f1)
|
||||
BACKEND_HASH=$(sha256sum backend/yarn.lock | cut -d' ' -f1)
|
||||
WEBAPP_HASH=$(sha256sum webapp/yarn.lock | cut -d' ' -f1)
|
||||
KEY="ci-unified-cache-${{ runner.os }}-${ROOT_HASH}-${BACKEND_HASH}-${WEBAPP_HASH}-${{ github.run_id }}"
|
||||
KEY="ci-unified-cache-${{ runner.os }}-${ROOT_HASH}-${BACKEND_HASH}-${WEBAPP_HASH}"
|
||||
echo "key=$KEY"
|
||||
echo "key=$KEY" >> $GITHUB_OUTPUT
|
||||
- name: Restore unified CI cache
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user