Skip to content

Commit c00ea4a

Browse files
committed
Add trace succeeded size to default tests
1 parent 5e71a68 commit c00ea4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/default.nf.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ nextflow_pipeline {
2020
assertAll(
2121
{ assert workflow.success},
2222
{ assert snapshot(
23+
// Number of successful tasks
24+
workflow.trace.succeeded().size(),
2325
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we test pipelines on multiple Nextflow versions
2426
removeNextflowVersion("$outputDir/pipeline_info/nf_core_chipseq_software_mqc_versions.yml"),
2527
// All stable path name, with a relative path

0 commit comments

Comments
 (0)