Skip to content

Commit

Permalink
fix running the CWL tests as part of test_galaxy_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c authored and nsoranzo committed Nov 16, 2021
1 parent f2c1800 commit 33a5e84
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ whitelist_externals = make
commands = bash .ci/check_mako.sh

[testenv:test_galaxy_packages]
commands = bash packages/test.sh
deps = pyyaml
commands =
make generate-cwl-conformance-tests
bash packages/test.sh
whitelist_externals =
make
bash

[testenv:test_galaxy_release]
commands = bash test/release.sh
Expand Down

0 comments on commit 33a5e84

Please sign in to comment.