diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 89631f3ae..1c494f131 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -23,7 +23,9 @@ jobs: - uses: actions/cache@v2 with: - path: '**/node_modules' + path: | + '**/node_modules' + '/home/runner/.cache/Cypress' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - name: Install Frontend Deps