fix: reporter frontmatter 加 containerName 字段 #65
Reference in New Issue
Block a user
Delete Branch "fix/e2e-reporter-containerName"
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
reporter 的 frontmatter 加
containerName字段。Why
reporter → cleanup 的 graph 边引用了
{{{containerName}}},但 reporter 的 frontmatter schema 没有这个字段,导致 workflow 校验失败:Changes
e2e-check.yaml— reporter 的 reported/partial 两个 variant 都加了containerName: { type: string }Ref
走查时发现的校验问题
Workflow validation failed because reporter's graph edges reference {{{containerName}}} but reporter's frontmatter didn't include the field.