Skip to content

Commit

Permalink
install nf-test 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Oct 9, 2024
1 parent 35b36db commit b47c526
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
workflow_dispatch:

env:
NXF_ANSI_LOG: false
NFT_DIFF: "pdiff"
NFT_DIFF_ARGS: "--line-numbers --width 120 --expand-tabs=2"
NFT_VER: "0.9.0"
NFT_WORKDIR: "~"
NFT_DIFF: "pdiff"
NFT_DIFF_ARGS: "--line-numbers --expand-tabs=2"
NXF_ANSI_LOG: false

concurrency:
group: "${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"
Expand Down Expand Up @@ -63,6 +63,11 @@ jobs:
with:
version: "${{ matrix.NXF_VER }}"

- name: Install nf-test
uses: nf-core/setup-nf-test@v1
with:
version: ${{ env.NFT_VER }}

- uses: actions/setup-python@v4
with:
python-version: "3.11"
Expand Down

0 comments on commit b47c526

Please sign in to comment.