We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6b42c commit c9a5166Copy full SHA for c9a5166
1 file changed
.github/workflows/run-tck.yaml
@@ -2,9 +2,9 @@ name: Run TCK
2
3
on:
4
push:
5
- branches: [ "main", "1.0-dev" ]
+ branches: [ "main" ]
6
pull_request:
7
8
paths-ignore:
9
- '**.md'
10
- 'LICENSE'
@@ -14,7 +14,7 @@ permissions:
14
contents: read
15
16
env:
17
- TCK_VERSION: d36f441b560ec09ba2357d3a51c45c5b4ab258f7
+ TCK_VERSION: 0.3.0.beta3
18
SUT_BASE_URL: http://localhost:41241
19
SUT_JSONRPC_URL: http://localhost:41241/a2a/jsonrpc
20
UV_SYSTEM_PYTHON: 1
0 commit comments