From 2491c1c118eaad90367364db2ee11b9e7ae22fef Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Mon, 13 Nov 2023 17:01:10 -0800 Subject: [PATCH] chore: add path for yarn cache --- .github/workflows/cypress-run.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress-run.yml b/.github/workflows/cypress-run.yml index 1b2db3c55..4411bd54b 100644 --- a/.github/workflows/cypress-run.yml +++ b/.github/workflows/cypress-run.yml @@ -63,6 +63,7 @@ jobs: node-version-file: './frontend-monorepo/.nvmrc' # https://stackoverflow.com/questions/61010294/how-to-cache-yarn-packages-in-github-actions cache: yarn + cache-dependency-path: './frontend-monorepo/yarn.lock' # Restore node_modules from cache if possible - name: Restore node_modules from cache