Skip to content

Commit 8cfcdc6

Browse files
test(bash-lint): cover GateContext::PullRequest via pr-filter-tier1 fixture (#515)
1 parent 171c557 commit 8cfcdc6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/bash_lint_tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const FIXTURES: &[&str] = &[
7676
"azure-devops-mcp-agent.md",
7777
"pipeline-trigger-agent.md",
7878
"pipeline-filter-agent.md",
79+
"pr-filter-tier1-agent.md",
7980
"runtime-coverage-agent.md",
8081
"runtime-coverage-1es-agent.md",
8182
];
@@ -102,6 +103,7 @@ const REQUIRED_STEP_DISPLAY_NAMES: &[&str] = &[
102103
"Initialize empty agent memory (clearMemory=true)",
103104
"Generate GITHUB_PATH file", // src/compile/common.rs (AWF path step)
104105
"Evaluate pipeline filters", // src/compile/extensions/trigger_filters.rs + src/compile/filter_ir.rs
106+
"Evaluate PR filters", // src/compile/filter_ir.rs (GateContext::PullRequest)
105107
"Verify MCP backends", // src/compile/common.rs (--debug-pipeline only)
106108
];
107109

0 commit comments

Comments
 (0)