Skip to content

Commit f54063f

Browse files
fix: fix playwright
1 parent e416e62 commit f54063f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,8 @@ jobs:
189189
run: pnpm install
190190
-
191191
name: Install Playwright Browsers with Deps
192-
if: steps.playwright-cache.outputs.cache-hit != 'true'
193192
working-directory: pwa
194193
run: pnpm exec playwright install --with-deps
195-
-
196-
name: Install Playwright Browsers
197-
if: steps.playwright-cache.outputs.cache-hit == 'true'
198-
working-directory: pwa
199-
run: pnpm exec playwright install
200194
-
201195
name: Run Playwright
202196
working-directory: pwa

0 commit comments

Comments
 (0)