Commit 258e25c
committed
CI: Fix continue-on-error
If a test fails, `continue-on-error` will not be evaluated, if it's not set.
https://github.com/eksperimental-forks/elixir/actions/runs/19824449905/job/56794214695#step:9:46
2196 doctests, 4913 tests, 1 failure (18 excluded)
make: *** [Makefile:289: test_stdlib] Error 2
Error: Process completed with exit code 2.
Error: The step failed and an error occurred when attempting to determine whether to continue on error.
Error: The template is not valid. .github/workflows/ci.yml (Line: 78, Col: 28): Unexpected value ''1 parent e278bc2 commit 258e25c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments