Skip to content

Commit 5003397

Browse files
committed
playwright needs to be installed despite cache.
1 parent 696427c commit 5003397

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,11 @@ jobs:
5959
- name: Yarn build
6060
run: yarn build
6161
- name: Restore cached playwright browsers
62-
id: playwright-cache
6362
uses: actions/cache@v4
6463
with:
6564
path: ~/.cache/ms-playwright
6665
key: playwright-${{ hashFiles('playwright.config.ts') }}
6766
- name: Install Playwright browsers
68-
if: steps.playwright-cache.outputs.cache-hit != 'true'
6967
run: yarn playwright install --with-deps
7068
- name: Launch E2E tests workflow
7169
run: yarn test

0 commit comments

Comments
 (0)