fix: install Playwright with system deps in CI

This commit is contained in:
Adam Ladachowski
2026-02-06 21:54:33 +01:00
parent 2b70c4d477
commit 304a1d20f4
+2 -2
View File
@@ -24,8 +24,8 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install Playwright
run: npx playwright install webkit
- name: Install Playwright with dependencies
run: npx playwright install --with-deps webkit
- name: Build
run: npm run build