Skip to content

Commit 5c698c3

Browse files
committed
Minor
1 parent dee72f9 commit 5c698c3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/run-tck.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
- name: Start SUT
5757
run: |
5858
uv run tck/sut_agent.py &
59-
env:
60-
HTTP_PORT: 41241
6159
6260
- name: Wait for SUT to start
6361
run: |
@@ -90,14 +88,12 @@ jobs:
9088
9189
- name: Run TCK (mandatory)
9290
id: run-tck-mandatory
93-
timeout-minutes: 5
9491
run: |
9592
uv run run_tck.py --sut-url ${{ env.SUT_JSONRPC_URL }} --category mandatory --transports jsonrpc
9693
working-directory: tck/a2a-tck
9794

9895
- name: Run TCK (capabilities)
9996
id: run-tck-capabilities
100-
timeout-minutes: 5
10197
run: |
10298
uv run run_tck.py --sut-url ${{ env.SUT_JSONRPC_URL }} --category capabilities --transports jsonrpc
10399
working-directory: tck/a2a-tck

0 commit comments

Comments
 (0)