Skip to content

Commit ff7515f

Browse files
committed
WIP: ci(TestingData): Use DataLad to download data
1 parent 09e4615 commit ff7515f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
run: npm ci
2222

2323
- name: Download testing data
24-
shell: bash
25-
run: |
26-
curl -OL https://github.com/Kitware/itk-vtk-viewer/releases/download/v14.5.0/itk-vtk-viewer-testing-data.tar.gz
27-
tar xvzf ./itk-vtk-viewer-testing-data.tar.gz -C test/
24+
uses: datalad/datalad-action/get@main
25+
with:
26+
release: 0.17.3
27+
source: https://github.com/InsightSoftwareConsortium/itk-viewer-testing-data
28+
all: true
2829

2930
- name: Build
3031
run: npm run build

0 commit comments

Comments
 (0)