Skip to content

Commit b657591

Browse files
committed
fix(ci): remove --config from playwright install (invalid flag)
1 parent 58f3bb6 commit b657591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
238238
- name: Install Playwright browsers
239239
if: github.actor != 'dependabot[bot]'
240-
run: npx playwright install --with-deps chromium --config=tests/playwright.config.ts
240+
run: npx playwright install --with-deps chromium
241241

242242
- name: Run E2E tests against preview
243243
if: github.actor != 'dependabot[bot]'

0 commit comments

Comments
 (0)