Skip to content

Commit ddd6bea

Browse files
committed
Update cache key to be arch-aware
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 3540b07 commit ddd6bea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/end-to-end-tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,8 @@ jobs:
157157
uses: actions/cache@v4
158158
id: playwright-cache
159159
with:
160-
path: |
161-
~/.cache/ms-playwright
162-
key: ${{ runner.os }}-playwright-${{ steps.playwright.outputs.version }}
160+
path: ~/.cache/ms-playwright
161+
key: ${{ runner.os }}-${{ runner.arch }}-playwright-${{ steps.playwright.outputs.version }}
163162

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

0 commit comments

Comments
 (0)