cache all the node modules

pull/4097/head
tidusjar 3 years ago
parent d189a34188
commit 42665e14d9

@ -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…
Cancel
Save