Open PikalaxALT opened 3 weeks ago
when:
workflow MyWorkflow { // ... workflow.onComplete { // } }
then: nf-test generate workflow main.nf --> "Detected more than one workflow"
nf-test generate workflow main.nf
workflow MyWorkflow { // ... } workflow { // entrypoint MyWorkflow () }
In both cases, the expected behavior is to select the one and only named workflow in the file for test generation.
when:
then:
nf-test generate workflow main.nf
--> "Detected more than one workflow"when:
then:
nf-test generate workflow main.nf
--> "Detected more than one workflow"In both cases, the expected behavior is to select the one and only named workflow in the file for test generation.