ci: install deps before Playwright E2E in deploy job

This commit is contained in:
you
2026-03-24 02:47:56 +00:00
parent 9dfc577409
commit 716a7cee02
+3
View File
@@ -90,6 +90,9 @@ jobs:
meshcore-analyzer
echo "Deployed $(git rev-parse --short HEAD)"
- name: Install dependencies for E2E
run: npm ci --production=false
- name: Install Playwright browser
run: npx playwright install chromium --with-deps 2>/dev/null || true