We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3d8c26 + 905aced commit cbc2d5dCopy full SHA for cbc2d5d
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