File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,10 @@ initdb
6363inmemory
6464INR
6565isready
66+ itk
67+ ITK
6668jcs
69+ jit
6770jku
6871JOSE
6972JPY
@@ -107,11 +110,13 @@ protoc
107110pydantic
108111pyi
109112pypistats
113+ pyproto
110114pyupgrade
111115pyversions
112116redef
113117respx
114118resub
119+ rmi
115120RS256
116121RUF
117122SECP256R1
Original file line number Diff line number Diff line change 1+ name : ITK
2+
3+ on :
4+ push :
5+ branches : [main, 1.0-dev]
6+ pull_request :
7+ paths :
8+ - ' src/**'
9+ - ' itk/**'
10+ - ' pyproject.toml'
11+
12+ permissions :
13+ contents : read
14+
15+ jobs :
16+ itk :
17+ name : ITK
18+ runs-on : ubuntu-latest
19+
20+ steps :
21+ - name : Checkout code
22+ uses : actions/checkout@v6
23+
24+ - name : Install uv
25+ uses : astral-sh/setup-uv@v7
26+
27+ - name : Run ITK Tests
28+ run : bash run_itk.sh
29+ working-directory : itk
30+ env :
31+ A2A_SAMPLES_REVISION : itk-v0.1-alpha
Original file line number Diff line number Diff line change @@ -12,3 +12,8 @@ coverage.xml
1212spec.json
1313docker-compose.yaml
1414.geminiignore
15+
16+ # ITK Integration Test Artifacts
17+ itk /a2a-samples /
18+ itk /pyproto /
19+ itk /instruction.proto
You can’t perform that action at this time.
0 commit comments