Skip to content

Commit fb6540a

Browse files
mr-cnsoranzo
authored andcommitted
fix running the CWL tests as part of test_galaxy_packages
1 parent bb7e915 commit fb6540a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tox.ini

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,13 @@ whitelist_externals = make
4646
commands = bash .ci/check_mako.sh
4747

4848
[testenv:test_galaxy_packages]
49-
commands = bash packages/test.sh
49+
deps = pyyaml
50+
commands =
51+
make generate-cwl-conformance-tests
52+
bash packages/test.sh
53+
whitelist_externals =
54+
make
55+
bash
5056

5157
[testenv:test_galaxy_release]
5258
commands = bash test/release.sh

0 commit comments

Comments
 (0)