Skip to content

Commit

Permalink
Update nf-test.config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse authored Oct 23, 2024
1 parent 6420256 commit fb9b6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ config {
testsDir "."

// nf-test directory including temporary files for each test
workDir ".nf-test"
workDir System.getenv("NFT_WORKDIR") ?: ".nf-test"

// location of an optional nextflow.config file specific for executing tests
configFile "conf/test.config"
Expand Down

0 comments on commit fb9b6ee

Please sign in to comment.