Commit 68c00a6
committed
fix(s001): the serve step prints the body and serve.log when GET / is not 200
Run 35518054546 (the package workflow dispatched for slice 013) printed
"HTTP 500 on port 36821" on linux and nothing else; the exception was in
serve.log, which the step only printed when there was no response at all.
The locally built binary answers 200 from its first request, so the log
is the only way to see what differs on the runner.
Signed-off-by: Ayla Croft <aylacroft@proton.me>1 parent 50d6630 commit 68c00a6
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
255 | 262 | | |
256 | 263 | | |
257 | 264 | | |
| |||
0 commit comments