Commit 0116e51
fix(ci): accept any HTTP response in manifest E2E health check
hello-tegg has no `/` route (only `/hello`), so the health check
returns 404. Change the check to accept any HTTP response (status
!= "000") as proof the app booted successfully.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e720d3e commit 0116e51
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
0 commit comments