1 parent bf8494d commit d830850Copy full SHA for d830850
1 file changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
node-version: 22
41
cache: npm
42
- run: npm ci
43
- - run: npx playwright install --with-deps chromium
+ - run: npx playwright install --with-deps chromium webkit
44
- run: npm run test:e2e
45
- uses: actions/upload-artifact@v4
46
if: failure()
0 commit comments