Skip to content

Commit

Permalink
cache all the node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Mar 9, 2021
1 parent d189a34 commit 42665e1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42665e1

Please sign in to comment.