An action that installs and caches nf-test
Sets up the nf-test cli, nf-test
, on GitHub's hosted Actions runners.
This action is only tested on ubuntu-latest
GitHub Actions runners, and will install and expose a specified version of the nf-test
CLI on the runner environment.
Setup the nf-test
:
steps:
- uses: nf-core/setup-nf-test@v1
with:
install-pdiff: true
A specific version of nf-test
:
steps:
- uses: nf-core/setup-nf-test@v1
with:
version: 0.9.2
install-pdiff: true
The actions supports the following inputs:
version
: The version ofnf-test
to install, defaulting to0.9.2
install-pdiff
: A boolean to install thepdiff
Python module and set environment variablesNFT_DIFF
andNFT_DIFF_ARGS