include cypress in the cache

This commit is contained in:
tidusjar 2021-03-10 08:45:18 +00:00
commit 31c2f5514b

View file

@ -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