Commit 9555822
committed
Fix CI detection: check for non-null instead of 'true'
- Change CI detection from == 'true' to != null
- GitHub Actions sets CI and GITHUB_ACTIONS to 'true' (string), but checking != null is more robust
- Ensures runSetupBuilderTestTasks is properly skipped in CI environments1 parent 904fd3a commit 9555822
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
287 | 288 | | |
288 | | - | |
| 289 | + | |
289 | 290 | | |
290 | 291 | | |
291 | 292 | | |
| |||
0 commit comments