Skip to content

Commit

Permalink
ci: Actually use the nf-test version
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Aug 23, 2024
1 parent f14b3ba commit 3ab788d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
filter: [module, workflow]
env:
NXF_ANSI_LOG: false
NXF_VER: "24.04.4"
NFTEST_VER: "0.9.0"
TOTAL_SHARDS: 3
SENTIEON_LICENSE_MESSAGE: ${{ secrets.SENTIEON_LICENSE_MESSAGE }}
Expand All @@ -51,9 +52,13 @@ jobs:
java-version: "17"
- name: Setup Nextflow
uses: nf-core/setup-nextflow@v2
with:
version: ${{ env.NXF_VER }}

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

- name: Setup apptainer
if: matrix.profile == 'singularity'
Expand Down

0 comments on commit 3ab788d

Please sign in to comment.