mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-09 15:21:13 -05:00
Ignores version file checking if testing for error
This commit is contained in:
parent
b83db65f33
commit
1abcc93837
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ def _get_workflow_names():
|
||||||
# test_config = yaml.safe_load(f.read_text())
|
# test_config = yaml.safe_load(f.read_text())
|
||||||
test_config = yaml.load(f.read_text(), Loader=yaml.BaseLoader)
|
test_config = yaml.load(f.read_text(), Loader=yaml.BaseLoader)
|
||||||
for workflow in test_config:
|
for workflow in test_config:
|
||||||
|
if 'exit_code' not in workflow:
|
||||||
yield workflow["name"]
|
yield workflow["name"]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue