We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9355a commit 17e5a09Copy full SHA for 17e5a09
2 files changed
.github/workflows/run-tck-1.0-wip.yml
.github/workflows/run-tck.yml
@@ -5,18 +5,15 @@ on:
5
push:
6
branches:
7
- main
8
- - 0.3.x
9
pull_request:
10
11
-# Disable TCK runs on main PRs for now, since we are making spec and TCK updates for 1.0.0
12
-# - main
13
+ - main
14
workflow_dispatch:
15
16
env:
17
# TODO this is currently running the TCK off the main branch which included changes needed for 0.4.0
18
# Tag/branch of the TCK
19
- TCK_VERSION: main
+ TCK_VERSION: spec_1.0
20
# Tell the TCK runner to report failure if the quality tests fail
21
A2A_TCK_FAIL_ON_QUALITY: 1
22
# Tell the TCK runner to report failure if the features tests fail
0 commit comments