Skip to content

Commit b630de9

Browse files
authored
Merge pull request #296 from common-workflow-language/docker-tests
add tests directory to the Docker image
2 parents 57c11c7 + 3091c84 commit b630de9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cwltool_module.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ RUN apt-get update -qq && apt-get install -qqy \
1111
ADD setup.py README.rst cwltool/ /root/cwltool/
1212
ADD cwltool/ /root/cwltool/cwltool
1313
ADD cwltool/schemas/ /root/cwltool/cwltool/schemas
14+
ADD tests/ /root/cwltool/tests
1415
RUN cd /root/cwltool && python setup.py install

0 commit comments

Comments
 (0)