mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:56:16 +00:00
chore: fix workflows
This commit is contained in:
parent
24446166db
commit
a8ae078baa
4
.github/workflows/nocobase-test-e2e.yml
vendored
4
.github/workflows/nocobase-test-e2e.yml
vendored
@ -51,9 +51,7 @@ jobs:
|
||||
- uses: actions/cache@v3
|
||||
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
|
||||
with:
|
||||
path: |
|
||||
${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
**/node_modules
|
||||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
|
Loading…
Reference in New Issue
Block a user