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 e416e62 commit f54063fCopy full SHA for f54063f
.github/workflows/ci.yml
@@ -189,14 +189,8 @@ jobs:
189
run: pnpm install
190
-
191
name: Install Playwright Browsers with Deps
192
- if: steps.playwright-cache.outputs.cache-hit != 'true'
193
working-directory: pwa
194
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
200
201
name: Run Playwright
202
0 commit comments