From 42665e14d962d3c4bb6af228faa414418c550813 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 9 Mar 2021 16:29:31 +0000 Subject: [PATCH] cache all the node modules --- .github/workflows/cypress.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e74a115f5..590168d15 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -23,12 +23,7 @@ jobs: - uses: actions/cache@v2 with: - path: './src/Ombi/ClientApp/node_modules' - key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - - - uses: actions/cache@v2 - with: - path: './tests/node_modules' + path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - name: Install Frontend Deps