Skip to content

Commit 84b334a

Browse files
authored
NXF_TEST_DIR -> NFT_WORKDIR (nf-core#4715)
1 parent 88e4709 commit 84b334a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ jobs:
631631
NFT_DIFF: "pdiff"
632632
NFT_DIFF_ARGS: "--line-numbers --width 120 --expand-tabs=2"
633633
run: |
634-
NXF_TEST_DIR=~ \
634+
NFT_WORKDIR=~ \
635635
nf-test test \
636636
--profile=${{ matrix.profile }} \
637637
--tag ${{ matrix.tags }} \

nf-test.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ config {
33
testsDir "."
44

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

88
// location of an optional nextflow.config file specific for executing tests
99
configFile "tests/config/nf-test.config"

0 commit comments

Comments
 (0)