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
chore: Address review feedback on smoke test workflow
Per review feedback:
- Merge the 3 separate curl checks into a single endpoint loop
- Add --max-time 30 to each curl so they don't hang indefinitely
- Add timeout-minutes: 10 to the job level
- Use continue-on-error: true so a smoke test failure warns but
doesn't block the PR from merging (non-blocking check)
- Failed checks now emit warnings instead of hard-failing — the
job still exits non-zero so the status shows, but GitHub won't
gate merge on it
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments