Commit e9431c0
fix: treat pytest exit code 5 (no tests) as success
CI was failing because no tests exist yet. Exit code 5 means
"no tests collected" — valid during early setup before Day 3.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1c0faca commit e9431c0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
0 commit comments