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 eb9660c commit 94ced57Copy full SHA for 94ced57
.github/workflows/nightly-js-sdk.yaml
@@ -59,10 +59,10 @@ jobs:
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') }}
+ uses: actions/cache@v4
+ with:
+ path: ~/.cache/ms-playwright
+ 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