You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(windows): launch uvicorn directly for the /api/health smoke
Start-Process spawning a child pwsh to run run.ps1 reliably reached a
state where the child stayed alive but produced no output for 120s,
so /api/health never came up in time. The wrapper itself is already
covered by:
- the install.ps1 -NoLaunch step (preflight + venv)
- the run.ps1 -NoLaunch step (preflight only)
Launching the venv's uvicorn.exe directly here keeps the smoke focused
on "the venv install.ps1 built actually serves" and avoids the nested
pwsh stdio quirk.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments