Skip to content

feat(child-workflows): nested execution snapshots #9376

feat(child-workflows): nested execution snapshots

feat(child-workflows): nested execution snapshots #9376

Triggered via pull request January 29, 2026 01:46
Status Failure
Total duration 1m 8s
Artifacts

ci.yml

on: pull_request
Detect Version
0s
Detect Version
Test and Build  /  Test and Build
55s
Test and Build / Test and Build
Check Docs Changes
Check Docs Changes
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs  /  Process Documentation Embeddings
Process Docs / Process Documentation Embeddings
Matrix: Create GHCR Manifests
Create GitHub Release
0s
Create GitHub Release
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
Test and Build / Test and Build
Process completed with exit code 1.
executor/handlers/workflow/workflow-handler.test.ts > WorkflowBlockHandler > mapChildOutputToParent > should handle nested response structures: apps/sim/executor/handlers/workflow/workflow-handler.test.ts#L236
AssertionError: expected { success: true, …(5) } to deeply equal { success: true, …(3) } - Expected + Received { "childTraceSpans": [], + "childWorkflowId": "child-id", "childWorkflowName": "Child Workflow", + "childWorkflowSnapshotId": undefined, "result": { "nested": "data", }, "success": true, } ❯ executor/handlers/workflow/workflow-handler.test.ts:236:22
executor/handlers/workflow/workflow-handler.test.ts > WorkflowBlockHandler > mapChildOutputToParent > should map successful child output correctly: apps/sim/executor/handlers/workflow/workflow-handler.test.ts#L199
AssertionError: expected { success: true, …(5) } to deeply equal { success: true, …(3) } - Expected + Received { "childTraceSpans": [], + "childWorkflowId": "child-id", "childWorkflowName": "Child Workflow", + "childWorkflowSnapshotId": undefined, "result": { "data": "test result", }, "success": true, } ❯ executor/handlers/workflow/workflow-handler.test.ts:199:22
Test and Build / Test and Build
sim#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps