File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,14 @@ before_script:
3131
3232jobs :
3333 include :
34- - stage : " Tests and linter "
35- name : " Unit Tests " # names the first job
34+ - stage : " Tests"
35+ name : " Unit and integration Tests "
3636 script : octave $OCTFLAGS --eval "results = runTests; assert(all(~[results.Failed]))"
37- - script : cd .. && mh_style `pwd`
38- name : " miss_hit linter" # names the second job
3937 - stage : " BIDS validator"
40- name : " create and check dataset" # names the second job
38+ name : " Create and check dataset"
4139 script : octave $OCTFLAGS --eval "test_makeRawDataset" && bids-validator `pwd`/../output/rawdata/ --ignoreNiftiHeaders
40+ - stage : " Linter"
41+ name : " miss_hit"
42+ script : cd .. && mh_style `pwd`
43+
4244
Original file line number Diff line number Diff line change 171171end
172172
173173function logFile = initializeFile(expParameters , logFile )
174-
174+
175175 logFile = initializeExtraColumns(logFile );
176176
177177 createDataDictionary(expParameters , logFile );
You can’t perform that action at this time.
0 commit comments