Commit ac844a4
committed
fix: remove continue-on-error so e2e test failures properly fail workflow
BREAKING FIX: E2E test failures now correctly fail the GitHub Action workflow.
Previously, 'continue-on-error: true' was masking test failures, causing
the workflow to show 'success' even when 14 out of 15 tests failed.
Changes:
- Removed 'continue-on-error: true' flag
- Tests now properly fail the workflow when they fail
- Added clear warning messages about expected LocalCluster/OTP 28 failures
- Enhanced summary step to explain the known issue
The workflow will now fail (as expected) until LocalCluster/OTP 28
compatibility issues are resolved upstream. This is more honest than
silently passing failed tests.
Current test status: 14/15 failures due to :peer module :not_alive error1 parent e6dbf32 commit ac844a4
1 file changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
66 | | - | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
| 146 | + | |
142 | 147 | | |
143 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
144 | 157 | | |
145 | 158 | | |
146 | 159 | | |
| 160 | + | |
147 | 161 | | |
0 commit comments