File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : python
2
+ python :
3
+ - 2.7
4
+ - 3.6
5
+
6
+ before_script :
7
+ - git clone https://github.com/common-workflow-language/cwltool.git cwltool && pip install ./cwltool
8
+ - git clone https://github.com/common-workflow-language/cwltest.git cwltest && pip install ./cwltest
9
+
10
+ script :
11
+ - make RUNNER=cwltool unittest-examples
Original file line number Diff line number Diff line change @@ -103,6 +103,12 @@ lesson-figures :
103
103
unittest :
104
104
python bin/test_lesson_check.py
105
105
106
+ RUNNER =cwl-runner
107
+
108
+ # # unittest-examples: run unit tests for the examples
109
+ unittest-examples :
110
+ cd _includes/cwl; cwltest --test=conformance-test.yml --tool=${RUNNER}
111
+
106
112
# # lesson-files : show expected names of generated files for debugging.
107
113
lesson-files :
108
114
@echo ' RMD_SRC:' ${RMD_SRC}
You can’t perform that action at this time.
0 commit comments