Skip to content

Commit

Permalink
➕Add public folder to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Sep 10, 2024
1 parent 6540f59 commit 250ce27
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
with:
path: |
'**/node_modules'
'/home/runner/.cache/Cypress'
'**/.cache/Cypress'
'**/public'
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -52,7 +53,8 @@ jobs:
with:
path: |
'**/node_modules'
'/home/runner/.cache/Cypress'
'**/.cache/Cypress'
'**/public'
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
Expand All @@ -73,7 +75,8 @@ jobs:
with:
path: |
'**/node_modules'
'/home/runner/.cache/Cypress'
'**/.cache/Cypress'
'**/public'
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 250ce27

Please sign in to comment.