We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03a1d6 commit 7bf82c6Copy full SHA for 7bf82c6
.github/workflows/run-tck.yml
@@ -11,9 +11,8 @@ on:
11
workflow_dispatch:
12
13
env:
14
- # TODO this is currently running the TCK off the main branch which included changes needed for 0.4.0
15
# Tag/branch of the TCK
16
- TCK_VERSION: spec_1.0
+ TCK_VERSION: main
17
# Tell the TCK runner to report failure if the quality tests fail
18
A2A_TCK_FAIL_ON_QUALITY: 1
19
# Tell the TCK runner to report failure if the features tests fail
0 commit comments