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 fd474fa commit 1833053Copy full SHA for 1833053
.github/workflows/run-tck.yml
@@ -5,14 +5,17 @@ on:
5
push:
6
branches:
7
- main
8
+ - 0.3.x
9
pull_request:
10
11
12
13
workflow_dispatch:
14
15
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.
17
# Tag of the TCK
- TCK_VERSION: 0.3.0.beta2
18
+ TCK_VERSION: 0.3.0.beta3
19
# Tells uv to not need a venv, and instead use system
20
UV_SYSTEM_PYTHON: 1
21
# SUT_JSONRPC_URL to use for the TCK and the server agent
0 commit comments