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 696427c commit 5003397Copy full SHA for 5003397
.github/workflows/nightly-js-sdk.yaml
@@ -59,13 +59,11 @@ jobs:
59
- name: Yarn build
60
run: yarn build
61
- name: Restore cached playwright browsers
62
- id: playwright-cache
63
uses: actions/cache@v4
64
with:
65
path: ~/.cache/ms-playwright
66
key: playwright-${{ hashFiles('playwright.config.ts') }}
67
- name: Install Playwright browsers
68
- if: steps.playwright-cache.outputs.cache-hit != 'true'
69
run: yarn playwright install --with-deps
70
- name: Launch E2E tests workflow
71
run: yarn test
0 commit comments