From 515dcdfa0ea31ff4c0922b4d53a3a0ac86de3700 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Wed, 3 Aug 2022 21:41:07 +0100 Subject: [PATCH] cache testing 3 --- .github/workflows/build-macos.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index f442edea..f29b0afd 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -9,6 +9,7 @@ on: - '.gitmodules' - '.gitignore' - 'LICENSE' + - 'cider.lock' permissions: contents: write @@ -47,16 +48,8 @@ jobs: - name: Setup Environment run: brew install automake #libtool autoconf - - name: Cache dependencies - uses: actions/cache@v2 - with: - path: ~/.cache/yarn - key: yarn-${{ hashFiles('cider.lock') }} - restore-keys: yarn- - - name: Install and Configure Node Modules run: | - 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