We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d8c26 commit 905acedCopy full SHA for 905aced
2 files changed
.github/workflows/e2e-pullpreview.yml
@@ -392,7 +392,7 @@ jobs:
392
run: npm ci
393
394
- name: Install Playwright browsers
395
- run: npx playwright install --with-deps
+ run: npx playwright install --with-deps chromium
396
397
- name: Run Playwright tests
398
id: tests
.github/workflows/e2e.yml
@@ -110,7 +110,7 @@ jobs:
110
111
112
113
114
115
116
continue-on-error: true
0 commit comments