Skip to content

Commit 264d92e

Browse files
committed
fixing issues with conda based test-runner
1 parent 73b59bf commit 264d92e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/nf-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ env:
1313
NFT_DIFF: "pdiff"
1414
NFT_DIFF_ARGS: "--line-numbers --width 120 --expand-tabs=2"
1515
NFT_VER: "0.9.4"
16-
NFT_WORKDIR: "${{ github.workspace }}/nf-test-work"
16+
NFT_WORKDIR: "/tmp/nft-test"
17+
NXF_WORK: "/tmp/nxf-work"
1718
NXF_ANSI_LOG: false
1819
NXF_SINGULARITY_CACHEDIR: ${{ github.workspace }}/.singularity
1920
NXF_SINGULARITY_LIBRARYDIR: ${{ github.workspace }}/.singularity
21+
NXF_CONDA_CACHEDIR: "/tmp/conda"
2022

2123
concurrency:
2224
group: "${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"

0 commit comments

Comments
 (0)