We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f792d commit a613ea4Copy full SHA for a613ea4
.github/workflows/run-tck.yml
@@ -14,8 +14,12 @@ on:
14
15
env:
16
# TODO this is currently running the TCK off the main branch which included changes needed for 0.4.0
17
- # Tag of the TCK
+ # Tag/branch of the TCK
18
TCK_VERSION: main
19
+ # Tell the TCK runner to report failure if the quality tests fail
20
+ A2A_TCK_FAIL_ON_QUALITY: 1
21
+ # Tell the TCK runner to report failure if the features tests fail
22
+ A2A_TCK_FAIL_ON_FEATURES: 1
23
# Tells uv to not need a venv, and instead use system
24
UV_SYSTEM_PYTHON: 1
25
# SUT_JSONRPC_URL to use for the TCK and the server agent
0 commit comments