Skip to content

Commit b445606

Browse files
ci(github): improve workflow e2e.yml
1 parent 09f3d87 commit b445606

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm ci --prefer-offline
2626

2727
- name: Install Playwright browsers
28-
run: npx playwright install --with-deps ${{ matrix.browser }}
28+
run: npx playwright install ${{ matrix.browser == 'webkit' && '--with-deps' || '' }} ${{ matrix.browser }}
2929

30-
- name: Run browser tests on Chrome
30+
- name: Run browser tests on ${{ matrix.browser }}
3131
run: npx vitest run --config vitest.browser.config.mts --browser=${{ matrix.browser }}

0 commit comments

Comments
 (0)