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 09f3d87 commit b445606Copy full SHA for b445606
1 file changed
.github/workflows/e2e.yml
@@ -25,7 +25,7 @@ jobs:
25
run: npm ci --prefer-offline
26
27
- name: Install Playwright browsers
28
- run: npx playwright install --with-deps ${{ matrix.browser }}
+ run: npx playwright install ${{ matrix.browser == 'webkit' && '--with-deps' || '' }} ${{ matrix.browser }}
29
30
- - name: Run browser tests on Chrome
+ - name: Run browser tests on ${{ matrix.browser }}
31
run: npx vitest run --config vitest.browser.config.mts --browser=${{ matrix.browser }}
0 commit comments