mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 19:01:29 +00:00
e2e
This commit is contained in:
parent
de94236925
commit
5debe34b54
2
.github/workflows/test-e2e.yml
vendored
2
.github/workflows/test-e2e.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
id: backend-key
|
||||
run: echo "key=node-modules-${{ runner.os }}-${{ hashFiles('backend/yarn.lock') }}" >> $GITHUB_OUTPUT
|
||||
- name: Cache backend node_modules
|
||||
uses:actions/cache@v4
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: backend/node_modules
|
||||
key: ${{ steps.backend-key.outputs.key }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user