We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d6425 commit e320a20Copy full SHA for e320a20
.github/workflows/heavy-tests.yml
@@ -33,8 +33,12 @@ jobs:
33
strategy:
34
matrix:
35
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
40
- job-name: "agent-tests"
- 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"
42
artifact-name: "agent-tests"
43
os: ubuntu-latest
44
- job-name: "single-llm-executor-tests"
0 commit comments