diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b80f2fe5..b56637cd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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