Skip to content

Commit

Permalink
⚗️Updated path for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Sep 10, 2024
1 parent 9aa31bc commit 4fe8327
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/cache@v3
with:
path: ~/node_modules
path: '**/node_modules'
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/cache@v3
with:
path: ~/node_modules
path: '**/node_modules'
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/cache@v3
with:
path: ~/node_modules
path: '**/node_modules'
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 4fe8327

Please sign in to comment.