Skip to content

Commit 3c4974a

Browse files
committed
playwright cache
1 parent 79943e8 commit 3c4974a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nightly-js-sdk.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
${{ runner.os }}-nextjs-${{ hashFiles('yarn.lock') }}-
5959
- name: Yarn build
6060
run: yarn build
61+
- name: Restore cached playwright browsers
62+
uses: actions/cache@v4
63+
with:
64+
path: ~/.cache/ms-playwright
65+
key: playwright-${{ hashFiles('playwright.config.ts') }}
6166
- name: Install Playwright browsers
6267
run: yarn playwright install --with-deps
6368
- name: Launch E2E tests workflow

0 commit comments

Comments
 (0)