[chore] add install playwright deps

This commit is contained in:
MathieuG-P
2023-10-08 16:27:40 +02:00
parent 696eec5f2b
commit e55c146824
+3
View File
@@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install Playwright deps
run: npx playwright install --with-deps
- name: Build
run: npm run build