We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e4709 commit 84b334aCopy full SHA for 84b334a
.github/workflows/test.yml
@@ -631,7 +631,7 @@ jobs:
631
NFT_DIFF: "pdiff"
632
NFT_DIFF_ARGS: "--line-numbers --width 120 --expand-tabs=2"
633
run: |
634
- NXF_TEST_DIR=~ \
+ NFT_WORKDIR=~ \
635
nf-test test \
636
--profile=${{ matrix.profile }} \
637
--tag ${{ matrix.tags }} \
nf-test.config
@@ -3,7 +3,7 @@ config {
3
testsDir "."
4
5
// nf-test directory including temporary files for each test
6
- workDir System.getenv("NXF_TEST_DIR") ?: ".nf-test"
+ workDir System.getenv("NFT_WORKDIR") ?: ".nf-test"
7
8
// location of an optional nextflow.config file specific for executing tests
9
configFile "tests/config/nf-test.config"
0 commit comments