Commit aa83d1c
fix(ci): use || to capture exit code before set -e kills the script
GitHub Actions run blocks use set -e; the previous EXIT=$? was never
reached because mix test --cover exited 3 first. Use || to capture it.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 35a42a7 commit aa83d1c
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
0 commit comments