We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2c520 commit bd2ceebCopy full SHA for bd2ceeb
.github/workflows/run-tck.yml
@@ -10,6 +10,7 @@ env:
10
TCK_VERSION: 0.3.0.alpha
11
# Tells uv to not need a venv, and instead use system
12
UV_SYSTEM_PYTHON: 1
13
+ SUT_JSONRPC_URL: http://localhost:8080
14
15
16
# Only run the latest job
@@ -67,7 +68,7 @@ jobs:
67
68
mvn wildfly:start -B -Dversion.sdk=${SDK_VERSION} -pl tck -Dstartup-timeout=120
69
- name: Run TCK
70
run: |
- ./run_tck.py --sut-url http://localhost:8080 --category all --compliance-report report.json
71
+ ./run_tck.py --sut-url ${SUT_JSONRPC_URL} --category all --transports jsonrpc --compliance-report report.json
72
working-directory: a2a-tck
73
- name: Start the WildFly SUT
74
0 commit comments