Skip to content

Commit 5ad4f8a

Browse files
Enable ITK test suite.
1 parent 5c5fe4e commit 5ad4f8a

5 files changed

Lines changed: 923 additions & 33 deletions

File tree

.github/workflows/run-itk.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
permissions:
1212
contents: read
1313

14+
env:
15+
# Tag of the a2a-samples
16+
A2A_SAMPLES_REVISION: bgralewicz/typescript_1.0_support
17+
1418
# Only run the latest job
1519
concurrency:
1620
group: '${{ github.workflow }} @ ${{ github.head_ref || github.ref }}'
@@ -31,4 +35,4 @@ jobs:
3135
run: bash run_itk.sh
3236
working-directory: itk
3337
env:
34-
A2A_SAMPLES_REVISION: itk-v.0.11-alpha
38+
A2A_SAMPLES_REVISION: ${{ env.A2A_SAMPLES_REVISION }}

0 commit comments

Comments
 (0)