From 31c2f5514bce4dbed67f1b96f811b81a102ce794 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 10 Mar 2021 08:45:18 +0000 Subject: [PATCH] include cypress in the cache --- .github/workflows/cypress.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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