Skip to content

Commit f6177f9

Browse files
committed
ci: Fix agentic patterns group to include Anthropic API key
1 parent 6d7cb82 commit f6177f9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Examples: "kotlin-hello-world", "chain-workflow", "weather"
1212
#
1313
# - test_group: Run only tests in a specific group
14-
# Options: all, mcp-servers, openai-1, openai-2, openai-3, anthropic-multi, docker-tests
14+
# Options: all, mcp-servers, agentic, openai-2, openai-3, anthropic-multi, docker-tests
1515
#
1616
# TEST GROUPS:
1717
# ┌─────────────────────┬────────────────────────────────────────────────────┐
@@ -21,8 +21,8 @@
2121
# │ │ weather/starter-webflux-server │
2222
# │ │ weather/starter-stdio-server │
2323
# ├─────────────────────┼────────────────────────────────────────────────────┤
24-
#openai-1 │ agentic-patterns/chain-workflow │
25-
# │ (Agentic Patterns) │ agentic-patterns/evaluator-optimizer │
24+
#agentic │ agentic-patterns/chain-workflow │
25+
# │ (OpenAI+Anthropic) │ agentic-patterns/evaluator-optimizer │
2626
# │ │ agentic-patterns/orchestrator-workers │
2727
# │ │ agentic-patterns/parallelization-workflow │
2828
# │ │ agentic-patterns/routing-workflow │
@@ -86,7 +86,7 @@ on:
8686
options:
8787
- all
8888
- mcp-servers
89-
- openai-1
89+
- agentic
9090
- openai-2
9191
- openai-3
9292
- anthropic-multi
@@ -116,9 +116,9 @@ jobs:
116116
needs_anthropic: false
117117
needs_brave: false
118118

119-
# Group 2: OpenAI - Agentic Patterns
120-
- group: openai-1
121-
group_name: "OpenAI - Agentic Patterns"
119+
# Group 2: Agentic Patterns (OpenAI + Anthropic)
120+
- group: agentic
121+
group_name: "Agentic Patterns"
122122
tests: |
123123
agentic-patterns/chain-workflow
124124
agentic-patterns/evaluator-optimizer
@@ -127,7 +127,7 @@ jobs:
127127
agentic-patterns/routing-workflow
128128
agents/reflection
129129
needs_openai: true
130-
needs_anthropic: false
130+
needs_anthropic: true
131131
needs_brave: false
132132

133133
# Group 3: OpenAI - Kotlin & Misc

0 commit comments

Comments
 (0)