We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee72f9 commit 5c698c3Copy full SHA for 5c698c3
1 file changed
.github/workflows/run-tck.yaml
@@ -56,8 +56,6 @@ jobs:
56
- name: Start SUT
57
run: |
58
uv run tck/sut_agent.py &
59
- env:
60
- HTTP_PORT: 41241
61
62
- name: Wait for SUT to start
63
@@ -90,14 +88,12 @@ jobs:
90
88
91
89
- name: Run TCK (mandatory)
92
id: run-tck-mandatory
93
- timeout-minutes: 5
94
95
uv run run_tck.py --sut-url ${{ env.SUT_JSONRPC_URL }} --category mandatory --transports jsonrpc
96
working-directory: tck/a2a-tck
97
98
- name: Run TCK (capabilities)
99
id: run-tck-capabilities
100
101
102
uv run run_tck.py --sut-url ${{ env.SUT_JSONRPC_URL }} --category capabilities --transports jsonrpc
103
0 commit comments