mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
cache all the node modules
This commit is contained in:
parent
d189a34188
commit
42665e14d9
1 changed files with 1 additions and 6 deletions
7
.github/workflows/cypress.yml
vendored
7
.github/workflows/cypress.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue