mirror of https://github.com/coder/code-server.git
refactor: use own cache key build code-server job
This commit is contained in:
parent
0aecf9e108
commit
d00ab199f4
|
@ -170,9 +170,9 @@ jobs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: "**/node_modules"
|
||||
key: yarn-build-${{ hashFiles('**/yarn.lock') }}
|
||||
key: yarn-build-code-server-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
yarn-build-
|
||||
yarn-build-code-server-
|
||||
|
||||
- name: Install dependencies
|
||||
if: steps.cache-node-modules.outputs.cache-hit != 'true'
|
||||
|
|
Loading…
Reference in New Issue