Commit 12b821f 1 parent 148147b commit 12b821f Copy full SHA for 12b821f
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -172,10 +172,12 @@ jobs:
172
172
file-extension : " .mgz"
173
173
image-key : QUICKTEST_IMAGE_HREF_1mm
174
174
case-key : QUICKTEST_TARGET_HREF_1mm
175
+ extra-args : " "
175
176
- subject-id : 0.8mm
176
177
file-extension : " .nii.gz"
177
178
image-key : QUICKTEST_IMAGE_HREF_08mm
178
179
case-key : QUICKTEST_TARGET_HREF_08mm
180
+ extra-args : " --3T"
179
181
steps :
180
182
- name : Check out the repository that is to be tested
181
183
uses : actions/checkout@v4
@@ -189,7 +191,7 @@ jobs:
189
191
image-href : ${{ secrets[matrix.image-key] }}
190
192
license : ${{ secrets.QUICKTEST_LICENSE }}
191
193
docker-image : ${{ needs.build-docker.outputs.docker-image }}
192
- extra-args : ${{ needs.build-docker.outputs.extra-args }}
194
+ extra-args : ${{ matrix.extra-args }} ${{ needs.build-docker.outputs.extra-args }}
193
195
cleanup : ' true'
194
196
- name : Run tests
195
197
# TODO: revert back to Deep-MI/FastSurfer/...
You can’t perform that action at this time.
0 commit comments