Skip to content

Commit 5031b8f

Browse files
authored
chore: Run TCK on 0.3.x branch too, and use latest TCK (#421)
1 parent 1950363 commit 5031b8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tck.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ on:
55
push:
66
branches:
77
- main
8+
- 0.3.x
89
pull_request:
910
branches:
1011
- main
12+
- 0.3.x
1113
workflow_dispatch:
1214

1315
env:
16+
# TODO once we have the TCK for 0.4.0 we will need to look at the branch to decide which TCK version to run.
1417
# Tag of the TCK
15-
TCK_VERSION: 0.3.0.beta2
18+
TCK_VERSION: 0.3.0.beta3
1619
# Tells uv to not need a venv, and instead use system
1720
UV_SYSTEM_PYTHON: 1
1821
# SUT_JSONRPC_URL to use for the TCK and the server agent

0 commit comments

Comments
 (0)