Skip to content

Commit

Permalink
Merge pull request scilus#126 from scilus/hotfixes
Browse files Browse the repository at this point in the history
Fix setup-nf-test version
  • Loading branch information
AlexVCaron authored Apr 12, 2024
2 parents 0de4dc8 + f1c6c84 commit d36639c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nf-test_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: nf-core/setup-nextflow@v2

- name: Setup nf-test
uses: AlexVCaron/setup-nf-test@main
uses: AlexVCaron/setup-nf-test@2c5a31b90b34d97abf155b57ee0f79c7f5aa118a

- name: Run nf-test
env:
Expand All @@ -72,13 +72,13 @@ jobs:
# use "docker_self_hosted" if it runs on self-hosted runner and inputs.profile=docker
if [ "${{ inputs.profile }}" == "docker" ]; then
PROFILE="docker_self_hosted"
else
else
PROFILE=${{ inputs.profile }}
fi
fi
NFT_WORKDIR=/home/runner/_work \
nf-test test \
--profile=$PROFILE \
--tag ${{ inputs.module }} \
--tap=test.tap \
--verbose
--verbose

0 comments on commit d36639c

Please sign in to comment.