cache testing 2
This commit is contained in:
parent
ba41cf0287
commit
143e80022e
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build-macos.yml
vendored
5
.github/workflows/build-macos.yml
vendored
|
@ -9,7 +9,6 @@ on:
|
||||||
- '.gitmodules'
|
- '.gitmodules'
|
||||||
- '.gitignore'
|
- '.gitignore'
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
- 'cider.lock'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
@ -52,12 +51,12 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/yarn
|
path: ~/.cache/yarn
|
||||||
key: yarn-${{ hashFiles('cider-yarn.lock') }}
|
key: yarn-${{ hashFiles('cider.lock') }}
|
||||||
restore-keys: yarn-
|
restore-keys: yarn-
|
||||||
|
|
||||||
- name: Install and Configure Node Modules
|
- name: Install and Configure Node Modules
|
||||||
run: |
|
run: |
|
||||||
mv cider-yarn.lock yarn.lock
|
mv cider.lock yarn.lock
|
||||||
yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
||||||
cp resources/verror-types node_modules/@types/verror/index.d.ts
|
cp resources/verror-types node_modules/@types/verror/index.d.ts
|
||||||
cp resources/macPackager.js node_modules/app-builder-lib/out/macPackager.js
|
cp resources/macPackager.js node_modules/app-builder-lib/out/macPackager.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue