mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
include cypress in the cache
This commit is contained in:
parent
1c102c195c
commit
31c2f5514b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
|
@ -23,7 +23,9 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: '**/node_modules'
|
path: |
|
||||||
|
'**/node_modules'
|
||||||
|
'/home/runner/.cache/Cypress'
|
||||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
|
||||||
|
|
||||||
- name: Install Frontend Deps
|
- name: Install Frontend Deps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue