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 09e4615 commit ff7515fCopy full SHA for ff7515f
.github/workflows/build-test.yml
@@ -21,10 +21,11 @@ jobs:
21
run: npm ci
22
23
- 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/
+ uses: datalad/datalad-action/get@main
+ with:
+ release: 0.17.3
+ source: https://github.com/InsightSoftwareConsortium/itk-viewer-testing-data
28
+ all: true
29
30
- name: Build
31
run: npm run build
0 commit comments