cache testing 2

This commit is contained in:
Core 2022-08-03 21:39:00 +01:00
parent ba41cf0287
commit 143e80022e
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -9,7 +9,6 @@ on:
- '.gitmodules'
- '.gitignore'
- 'LICENSE'
- 'cider.lock'
permissions:
contents: write
@ -52,12 +51,12 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cache/yarn
key: yarn-${{ hashFiles('cider-yarn.lock') }}
key: yarn-${{ hashFiles('cider.lock') }}
restore-keys: yarn-
- name: Install and Configure Node Modules
run: |
mv cider-yarn.lock yarn.lock
mv cider.lock yarn.lock
yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
cp resources/verror-types node_modules/@types/verror/index.d.ts
cp resources/macPackager.js node_modules/app-builder-lib/out/macPackager.js