Skip to content

Commit 8c6a382

Browse files
vklimontovichclaude
andcommitted
fix: cache playwright browsers in e2e workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 50883f7 commit 8c6a382

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
- name: Install dependencies
2424
run: bun install --frozen-lockfile
2525

26+
- name: Cache Playwright browsers
27+
uses: actions/cache@v4
28+
with:
29+
path: ~/.cache/ms-playwright
30+
key: playwright-${{ hashFiles('e2e/bun.lock') }}
31+
2632
- name: Install Playwright browsers
2733
run: npx playwright install --with-deps chromium
2834

0 commit comments

Comments
 (0)