Skip to content

Commit 1c19ef0

Browse files
committed
ci: Add HCPH pilot and brain extraction tests
1 parent 5407ec2 commit 1c19ef0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- uses: actions/cache@v4
129129
with:
130130
path: ${{ env.TEST_DATA_HOME }}
131-
key: data-cache-v1
131+
key: data-cache-v2
132132
restore-keys: |
133133
data-cache-
134134
- name: Install test data
@@ -162,6 +162,17 @@ jobs:
162162
datalad update -r --merge -d ds000206/
163163
datalad get -r -d ds000206/ ds000206/sub-05/
164164
165+
# Brain extraction tests
166+
datalad install -r https://gin.g-node.org/nipreps-data/brain-extraction-tests
167+
datalad update --merge -d brain-extraction-tests/
168+
datalad get -r -J 2 -d brain-extraction-tests
169+
170+
# HCPH pilot
171+
datalad install -r https://github.com/nipreps-data/hcph-pilot_fieldmaps.git
172+
datalad update -r --merge -d hcph-pilot_fieldmaps/
173+
datalad get -r -d hcph-pilot_fieldmaps/
174+
175+
165176
- name: Install FreeSurfer's mri_robust_template
166177
env:
167178
MRI_ROBUST_TEMPLATE: sx2n7/providers/osfstorage/5e825301d0e35400ebb481f2

0 commit comments

Comments
 (0)