Commit e83cd60
test(bash-lint): track "Detect Azure CLI on host" generator in REQUIRED_STEP_DISPLAY_NAMES (#904)
The azure_cli extension (src/compile/extensions/azure_cli.rs) emits two bash
steps per compiled pipeline:
1. detection_step() → "Detect Azure CLI on host (for AWF mount)"
2. prompt_append_step() → "Append Azure CLI prompt"
"Append Azure CLI prompt" was already tracked. "Detect Azure CLI on host
(for AWF mount)" was exercised by every fixture (it is always-on) but was
not explicitly listed in REQUIRED_STEP_DISPLAY_NAMES.
Adding the entry makes both bash outputs from the same generator explicitly
tracked, so a display-name rename or the extension becoming conditional would
be caught before merge.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent dde8dde commit e83cd60
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
0 commit comments