cache all the node modules

This commit is contained in:
tidusjar 2021-03-09 16:29:31 +00:00
commit 42665e14d9

View file

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