mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-08-28 13:44:35 +00:00
ci: install deps before Playwright E2E in deploy job
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user