Commit d6bcd0c
committed
Fix: Remove continue-on-error from Install Overmind CLI step
The CLI install was failing silently, causing 'overmind: command not found'
error in subsequent steps. Now the workflow will fail properly if CLI
installation fails, and we added a check to verify the CLI exists.1 parent 4da0feb commit d6bcd0c
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
186 | 192 | | |
187 | 193 | | |
188 | 194 | | |
| |||
0 commit comments