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 58f3bb6 commit b657591Copy full SHA for b657591
1 file changed
.github/workflows/pr-tests.yml
@@ -237,7 +237,7 @@ jobs:
237
238
- name: Install Playwright browsers
239
if: github.actor != 'dependabot[bot]'
240
- run: npx playwright install --with-deps chromium --config=tests/playwright.config.ts
+ run: npx playwright install --with-deps chromium
241
242
- name: Run E2E tests against preview
243
0 commit comments