mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 21:45:53 -05:00
Remove restore key for CI cache
This commit is contained in:
2
.github/workflows/PR-CI.yml
vendored
2
.github/workflows/PR-CI.yml
vendored
@@ -27,8 +27,6 @@ jobs:
|
||||
with:
|
||||
path: '**/node_modules'
|
||||
key: nodeModules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
nodeModules-
|
||||
|
||||
- name: Install packages
|
||||
run: yarn --frozen-lockfile
|
||||
|
||||
Reference in New Issue
Block a user