chore: record dev rollout for codex stdio
This commit is contained in:
@@ -1228,7 +1228,7 @@ function assertDevCdApplyReport(report, label) {
|
||||
for (const field of ["id", "phase", "status", "command", "code", "startedAt", "finishedAt"]) {
|
||||
assert.ok(Object.hasOwn(step, field), `${stepLabel} missing ${field}`);
|
||||
}
|
||||
assert.ok(["publishing", "applying"].includes(step.phase), `${stepLabel}.phase`);
|
||||
assert.ok(["publishing", "applying", "verifying"].includes(step.phase), `${stepLabel}.phase`);
|
||||
assert.ok(["pass", "blocked"].includes(step.status), `${stepLabel}.status`);
|
||||
assertString(step.command, `${stepLabel}.command`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user