Skip to content

Commit 4e918d3

Browse files
gkorlandCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f918256 commit 4e918d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/cache@v4
5454
with:
5555
path: ~/.cache/ms-playwright
56-
key: playwright-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
56+
key: playwright-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('package-lock.json') }}
5757

5858
- name: Install Playwright browsers
5959
if: steps.playwright-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)