fix(tests): update actor_examples count to 7 after subplan example
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 13s
CI / build (pull_request) Successful in 16s
CI / quality (pull_request) Successful in 17s
CI / typecheck (pull_request) Successful in 31s
CI / security (pull_request) Successful in 35s
CI / integration_tests (pull_request) Successful in 2m50s
CI / unit_tests (pull_request) Successful in 20m54s
CI / docker (pull_request) Successful in 39s
CI / benchmark-regression (pull_request) Successful in 26m10s
CI / coverage (pull_request) Successful in 48m2s

Refs: #198
This commit is contained in:
2026-02-27 09:24:34 +00:00
parent 2b5b73c689
commit 131be21e80
+2 -1
View File
@@ -653,13 +653,14 @@ Feature: Actor YAML examples validation
Scenario: Verify all example files exist
Given the examples/actors directory
Then there should be exactly 6 example YAML files
Then there should be exactly 7 example YAML files
And the example files should include "simple_llm.yaml"
And the example files should include "llm_with_tools.yaml"
And the example files should include "tool_collection.yaml"
And the example files should include "simple_graph.yaml"
And the example files should include "graph_workflow.yaml"
And the example files should include "hierarchical_workflow.yaml"
And the example files should include "strategy_with_subplan.yaml"
Scenario: Verify all examples are documented
Given the documentation file "docs/reference/actors_examples.md"