We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79943e8 commit 3c4974aCopy full SHA for 3c4974a
.github/workflows/nightly-js-sdk.yaml
@@ -58,6 +58,11 @@ jobs:
58
${{ runner.os }}-nextjs-${{ hashFiles('yarn.lock') }}-
59
- name: Yarn build
60
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') }}
66
- name: Install Playwright browsers
67
run: yarn playwright install --with-deps
68
- name: Launch E2E tests workflow
0 commit comments