Skip to content
Snippets Groups Projects

Return non zero code on failure

Merged Bryan Brancotte requested to merge fail-ci-on-test-failure into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -7,7 +7,7 @@ from bioflow_insight_cli.main import cli
class TestCall(unittest.TestCase):
def test_cli_works(self):
cli("./wf_test/main.nf", render_graphs=True)
#cli("./wf_test/main.nf", render_graphs=False)
cli("./wf_test/main.nf", render_graphs=False)
def test_cli_output_considered(self):
Loading