Skip to content

Commit

Permalink
more testing output for GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-watson committed Dec 10, 2024
1 parent d544168 commit b110dcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/modules/hostRemoval/hostRemoval.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ nextflow_workflow {
}

then {
print(workflow.out)
print(path(workflow.out.paired.get(0)[0]).readLines()[0])
print(path(workflow.out.paired.get(0)[0]).readLines().subList(0,5))
assertAll(
{assert workflow.success},
Expand Down

0 comments on commit b110dcb

Please sign in to comment.