File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
.github/actions/install-playwright Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 path : |
2626 ~/.cache/ms-playwright
27- key : playwright-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}
27+ # Bump the iteration when bumping runner images to use a new cache
28+ key : playwright-${{ runner.os }}-iteration-1-${{ steps.playwright-version.outputs.version }}
2829
2930 # We always install all browsers, if uncached
3031 - name : Install Playwright dependencies (uncached)
4647 with :
4748 path : |
4849 ~/.cache/ms-playwright
49- key : playwright-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}
50+ # Bump the iteration when bumping runner images to use a new cache
51+ key : playwright-${{ runner.os }}-iteration-1-${{ steps.playwright-version.outputs.version }}
You can’t perform that action at this time.
0 commit comments