We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b36d8 commit 25eac03Copy full SHA for 25eac03
nf-test.config
@@ -3,7 +3,7 @@ config {
3
testsDir "."
4
5
// nf-test directory used to create temporary files for each test
6
- workDir "nf-test"
+ workDir System.getenv("NFT_WORKDIR") ?: ".nf-test"
7
8
// Location of an optional nextflow.config file specific for executing pipeline tests
9
configFile "tests/nextflow.config"
0 commit comments