docs(release): align native workflow status #37
Annotations
3 errors
|
build
Process completed with exit code 1.
|
|
scripts/record-native-workflow-evidence.test.mjs > native workflow evidence recorder > records a green workflow run without mutating during dry-run:
scripts/record-native-workflow-evidence.test.mjs#L124
AssertionError: expected 'complete' to be 'partial' // Object.is equality
Expected: "partial"
Received: "complete"
❯ scripts/record-native-workflow-evidence.test.mjs:124:29
|
|
scripts/record-native-workflow-evidence.test.mjs > native workflow evidence recorder > lists current native workflow evidence status:
scripts/record-native-workflow-evidence.test.mjs#L43
AssertionError: expected { completedEntries: [ …(3) ], …(3) } to match object { status: 'partial' }
(3 matching properties omitted from actual)
- Expected
+ Received
{
- "status": "partial",
+ "status": "complete",
}
❯ scripts/record-native-workflow-evidence.test.mjs:43:22
|