Skip to content

Commit

Permalink
WIP: ci(TestingData): Use DataLad to download data
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 1, 2022
1 parent 09e4615 commit 5b03d07
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
run: npm ci

- name: Download testing data
shell: bash
run: |
curl -OL https://github.com/Kitware/itk-vtk-viewer/releases/download/v14.5.0/itk-vtk-viewer-testing-data.tar.gz
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
dataset_path: test/data
all: true

- name: Build
run: npm run build
Expand Down

0 comments on commit 5b03d07

Please sign in to comment.