Skip to content

Commit

Permalink
♻️Renamed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Sep 10, 2024
1 parent ced0da2 commit f6a1d20
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/cache@v3
with:
path: |
'**/node_modules'
'**/.cache/Cypress'
node_modules
.cache/Cypress
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
- uses: actions/cache@v3
with:
path: |
'**/node_modules'
'**/.cache/Cypress'
node_modules
.cache/Cypress
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
Expand All @@ -72,8 +72,8 @@ jobs:
- uses: actions/cache@v3
with:
path: |
'**/node_modules'
'**/.cache/Cypress'
node_modules
.cache/Cypress
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit f6a1d20

Please sign in to comment.