chore(cloud): verify integration change
This commit is contained in:
@@ -152,7 +152,9 @@ def test_workflow_runner_failing_planned_goal_marks_run_failed(tmp_path) -> None
|
||||
assert run.step_results[0].detail["failure_reason"] == "device offline"
|
||||
|
||||
|
||||
def test_workflow_runner_skill_invocation_executes_resolved_tool_calls(tmp_path) -> None:
|
||||
def test_workflow_runner_skill_invocation_executes_resolved_tool_calls(
|
||||
tmp_path,
|
||||
) -> None:
|
||||
skill_store, skill = _skill_store()
|
||||
calls: list[dict[str, object]] = []
|
||||
definition = WorkflowDefinition(
|
||||
@@ -227,7 +229,9 @@ def test_workflow_runner_branch_paths_and_sequential_advancement(tmp_path) -> No
|
||||
steps=[
|
||||
BranchStep(
|
||||
"branch",
|
||||
ConditionSpec("world_variable_equals", {"name": "ready", "value": True}),
|
||||
ConditionSpec(
|
||||
"world_variable_equals", {"name": "ready", "value": True}
|
||||
),
|
||||
on_true="true-step",
|
||||
on_false="false-step",
|
||||
),
|
||||
@@ -320,7 +324,9 @@ def test_workflow_runner_resume_after_branch_crash_advances_to_recorded_target(
|
||||
steps=[
|
||||
BranchStep(
|
||||
"branch",
|
||||
ConditionSpec("world_variable_equals", {"name": "ready", "value": True}),
|
||||
ConditionSpec(
|
||||
"world_variable_equals", {"name": "ready", "value": True}
|
||||
),
|
||||
on_true="true-step",
|
||||
on_false="false-step",
|
||||
),
|
||||
@@ -469,7 +475,9 @@ def test_workflow_runner_branch_wait_and_skill_combination(tmp_path) -> None:
|
||||
steps=[
|
||||
BranchStep(
|
||||
"branch",
|
||||
ConditionSpec("world_variable_equals", {"name": "ready", "value": True}),
|
||||
ConditionSpec(
|
||||
"world_variable_equals", {"name": "ready", "value": True}
|
||||
),
|
||||
on_true="wait",
|
||||
on_false="skip",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user