Skip to content

Commit 13ecf29

Browse files
committed
Fix workflow test-group values: adjust line splitting for Java API and agent tests
Signed-off-by: Sergey Karpov <[email protected]>
1 parent 34db84e commit 13ecf29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/heavy-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
matrix:
3535
include:
3636
- job-name: "java-api-tests"
37-
test-group: "ai.koog.integration.tests.agent.Java* ai.koog.integration.tests.agent.AIAgentBuilderIntegrationTest"
37+
test-group: "ai.koog.integration.tests.agent.Java*
3838
artifact-name: "java-api-tests"
3939
os: ubuntu-latest
4040
- job-name: "agent-tests"
41-
test-group: "ai.koog.integration.tests.agent.* --exclude-tests ai.koog.integration.tests.agent.Java* --exclude-tests ai.koog.integration.tests.agent.AIAgentBuilderIntegrationTest"
41+
test-group: "ai.koog.integration.tests.agent.* --exclude-tests ai.koog.integration.tests.agent.Java*
4242
artifact-name: "agent-tests"
4343
os: ubuntu-latest
4444
- job-name: "single-llm-executor-tests"

0 commit comments

Comments
 (0)