File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 with :
2626 path : |
2727 ~/.cache/Cypress
28- key : cypress-${{ runner.os }}
28+ key : cypress-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
2929 - run : yarn install --frozen-lockfile --immutable
3030
3131 jest :
Original file line number Diff line number Diff line change 2525 with :
2626 path : |
2727 ~/.cache/Cypress
28- key : cypress-${{ runner.os }}
28+ key : cypress-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
2929 - run : yarn install --frozen-lockfile --immutable
3030
3131 build :
@@ -165,7 +165,7 @@ jobs:
165165 with :
166166 path : |
167167 ~/.cache/Cypress
168- key : cypress-${{ runner.os }}
168+ key : cypress-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
169169 - name : Cypress run
170170 uses : cypress-io/github-action@v5
171171 with :
You can’t perform that action at this time.
0 commit comments