Skip to content

Commit 7ddaefc

Browse files
test(bash-lint): track 'Verify pipeline integrity' in REQUIRED_STEP_DISPLAY_NAMES (#566)
Add the 'Verify pipeline integrity' bash step to the required coverage list so the lint will immediately detect if generate_integrity_check() is ever accidentally skipped in compiled fixtures. 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 cb9bb44 commit 7ddaefc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/bash_lint_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ const REQUIRED_STEP_DISPLAY_NAMES: &[&str] = &[
108108
"Evaluate pipeline filters", // src/compile/extensions/trigger_filters.rs + src/compile/filter_ir.rs
109109
"Evaluate PR filters", // src/compile/filter_ir.rs (GateContext::PullRequest)
110110
"Verify MCP backends", // src/compile/common.rs (--debug-pipeline only)
111+
"Verify pipeline integrity", // src/compile/common.rs generate_integrity_check
111112
];
112113

113114
fn ado_aw_binary() -> PathBuf {

0 commit comments

Comments
 (0)