Skip to content

Commit 27b6cd7

Browse files
test(bash-lint): track 'Evaluate pipeline filters' generator in REQUIRED_STEP_DISPLAY_NAMES (#504)
1 parent e83e008 commit 27b6cd7

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
@@ -101,6 +101,7 @@ const REQUIRED_STEP_DISPLAY_NAMES: &[&str] = &[
101101
"Restore previous agent memory", // src/tools/cache_memory/extension.rs
102102
"Initialize empty agent memory (clearMemory=true)",
103103
"Generate GITHUB_PATH file", // src/compile/common.rs (AWF path step)
104+
"Evaluate pipeline filters", // src/compile/extensions/trigger_filters.rs + src/compile/filter_ir.rs
104105
];
105106

106107
fn ado_aw_binary() -> PathBuf {

0 commit comments

Comments
 (0)