Skip to content

Commit d830850

Browse files
committed
We need webkit for the mobile tests
1 parent bf8494d commit d830850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
node-version: 22
4141
cache: npm
4242
- run: npm ci
43-
- run: npx playwright install --with-deps chromium
43+
- run: npx playwright install --with-deps chromium webkit
4444
- run: npm run test:e2e
4545
- uses: actions/upload-artifact@v4
4646
if: failure()

0 commit comments

Comments
 (0)