test: add m3 source contract dry-run plan
This commit is contained in:
@@ -522,7 +522,10 @@ function collectM3Evidence(reports) {
|
||||
`auditId=${m3.liveOperation?.auditId ?? "not_observed"}`,
|
||||
`evidenceId=${m3.liveOperation?.evidenceId ?? "not_observed"}`
|
||||
],
|
||||
commands: ["node scripts/dev-m3-hardware-loop-smoke.mjs --live --confirm-dev --confirmed-non-production"],
|
||||
commands: [
|
||||
"node scripts/dev-m3-hardware-loop-smoke.mjs --dry-run",
|
||||
"node scripts/dev-m3-hardware-loop-smoke.mjs --live --confirm-dev --expect-non-prod"
|
||||
],
|
||||
summary: liveSummary
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user