Skip to content

Commit

Permalink
nf-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo Di Leo committed Apr 24, 2024
1 parent a3f4c6a commit db48bcd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions nf-test.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
config {
// Location of nf-tests
testsDir "."

testsDir "tests"
workDir ".nf-test"
configFile "tests/nextflow.config"
profile ""
// nf-test directory used to create temporary files for each test
workDir System.getenv("NFT_WORKDIR") ?: ".nf-test"

// Location of an optional nextflow.config file specific for executing pipeline tests
configFile "tests/nextflow.config"
}

0 comments on commit db48bcd

Please sign in to comment.