Skip to content

Commit f8f792d

Browse files
authored
fix: use main branch of TCK for 0.4.0 features (#456)
1 parent 204ffad commit f8f792d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ on:
1313
workflow_dispatch:
1414

1515
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.
16+
# TODO this is currently running the TCK off the main branch which included changes needed for 0.4.0
1717
# Tag of the TCK
18-
TCK_VERSION: 0.3.0.beta3
18+
TCK_VERSION: main
1919
# Tells uv to not need a venv, and instead use system
2020
UV_SYSTEM_PYTHON: 1
2121
# SUT_JSONRPC_URL to use for the TCK and the server agent

0 commit comments

Comments
 (0)