From 143e80022effb151c520e33aa93709f34ed717f2 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Wed, 3 Aug 2022 21:39:00 +0100 Subject: [PATCH] cache testing 2 --- .github/workflows/build-macos.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 2f9f0afc..f442edea 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -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