mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
ci(release): clarify Switch hard-fail vs path-gated PR CI
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -129,7 +129,10 @@ do
|
||||
local nextStep = rest:find("\n - name:", 2)
|
||||
local block = nextStep and rest:sub(1, nextStep - 1) or rest
|
||||
mustContain(block, "scripts/build_switch.sh --fetch --fused", "release Build Switch")
|
||||
mustNotContain(block, "continue-on-error", "release Build Switch")
|
||||
-- YAML key must be absent (comment prose may discuss soft-fail policy)
|
||||
mustNotContain(block, "continue-on-error:", "release Build Switch")
|
||||
mustContain(block, "path-gated", "release Build Switch comment")
|
||||
mustContain(block, "Hard-fail", "release Build Switch comment")
|
||||
end
|
||||
|
||||
T.finish("switch_ci_workflows_test")
|
||||
|
||||
Reference in New Issue
Block a user