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