Skip to content

Commit e320a20

Browse files
committed
Split agent tests and Java API tests in workflow for better clarity and maintainability
Signed-off-by: Sergey Karpov <[email protected]>
1 parent 23d6425 commit e320a20

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/heavy-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ jobs:
3333
strategy:
3434
matrix:
3535
include:
36+
- job-name: "java-api-tests"
37+
test-group: "ai.koog.integration.tests.agent.Java* ai.koog.integration.tests.agent.*"
38+
artifact-name: "java-api-tests"
39+
os: ubuntu-latest
3640
- job-name: "agent-tests"
37-
test-group: "ai.koog.integration.tests.agent.*"
41+
test-group: "ai.koog.integration.tests.agent.* --exclude-tests ai.koog.integration.tests.agent.Java* --exclude-tests ai.koog.integration.tests.agent.ContextApiIntegrationTest"
3842
artifact-name: "agent-tests"
3943
os: ubuntu-latest
4044
- job-name: "single-llm-executor-tests"

0 commit comments

Comments
 (0)