File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,21 @@ name: Build and Run TCK
22
33on :
44 push :
5+ branches :
6+ - main
57 pull_request :
8+ branches :
9+ - main
10+ schedule :
11+ - cron : ' 00 6 * * *'
612 workflow_dispatch :
713
814env :
9- # Tag of the TCK
10- TCK_VERSION : main # 1.0 WIP branch
15+ # Ref (branch/tag/SHA) of the TCK
16+ TCK_VERSION : main
1117 # Tells uv to not need a venv, and instead use system
1218 UV_SYSTEM_PYTHON : 1
1319
14-
1520# Only run the latest job
1621concurrency :
1722 group : ' ${{ github.workflow }} @ ${{ github.head_ref || github.ref }}'
8691 run : |
8792 ./run_tck.py --sut-url ${SUT_JSONRPC_URL} --category all --transports jsonrpc,grpc,rest --compliance-report report.json
8893 working-directory : a2a-tck
89- - name : Start the WildFly SUT
94+ - name : Shutdown the WildFly SUT
9095 run : |
9196 mvn wildfly:shutdown
9297 - name : Upload tck server.log
You can’t perform that action at this time.
0 commit comments