Skip to content

Commit d3a8152

Browse files
author
Luca Forstner
committed
invalidate cache
1 parent e465d60 commit d3a8152

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/actions/install-playwright/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ runs:
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)
@@ -46,4 +47,5 @@ runs:
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 }}

0 commit comments

Comments
 (0)