We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b59bf commit 264d92eCopy full SHA for 264d92e
1 file changed
.github/workflows/nf-test.yml
@@ -13,10 +13,12 @@ env:
13
NFT_DIFF: "pdiff"
14
NFT_DIFF_ARGS: "--line-numbers --width 120 --expand-tabs=2"
15
NFT_VER: "0.9.4"
16
- NFT_WORKDIR: "${{ github.workspace }}/nf-test-work"
+ NFT_WORKDIR: "/tmp/nft-test"
17
+ NXF_WORK: "/tmp/nxf-work"
18
NXF_ANSI_LOG: false
19
NXF_SINGULARITY_CACHEDIR: ${{ github.workspace }}/.singularity
20
NXF_SINGULARITY_LIBRARYDIR: ${{ github.workspace }}/.singularity
21
+ NXF_CONDA_CACHEDIR: "/tmp/conda"
22
23
concurrency:
24
group: "${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"
0 commit comments