refactor: e2e-check workflow 拆分为 4 角色 #64
Reference in New Issue
Block a user
Delete Branch "fix/e2e-check-role-split"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
将 e2e-check workflow 从 2 角色(tester + reporter)拆分为 4 角色。
Why
Changes
e2e-check.yaml— 4 角色拆分:流程图:
其他修复:
{{ name }}→{{ payload.name }}(by design)Ref
主人建议将 prepare/cleanup 独立出来
LGTM ✅ 拆分清晰:preparer → tester → reporter → cleanup,职责单一。模板变量也修正为 payload. 前缀。