Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix nf-test scope, to ignore nf-core module/swf tests
  • Loading branch information
mashehu committed Jun 9, 2025
commit e41aa7ed62d5492560e49e63e35524967921b0b5
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ config {
configFile "tests/nextflow.config"

// ignore tests coming from the nf-core/modules repo
ignore 'modules/nf-core/**/*', 'subworkflows/nf-core/**/*'
ignore 'modules/nf-core/**/tests/*', 'subworkflows/nf-core/**/tests/*'

// run all test with defined profile(s) from the main nextflow.config
profile "test"
Expand Down
Loading