Skip to content

Commit ebbb92b

Browse files
d4straubjfy133
andauthored
Apply suggestions from code review
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
1 parent cdcd15f commit ebbb92b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/actions/nf-test/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ runs:
5959
- name: Run nf-test
6060
shell: bash
6161
env:
62-
NFT_DIFF: ${{ env.NFT_DIFF }}
63-
NFT_DIFF_ARGS: ${{ env.NFT_DIFF_ARGS }}
6462
NFT_WORKDIR: ${{ env.NFT_WORKDIR }}
6563
run: |
6664
nf-test test \

nf-test.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ config {
99
configFile "tests/nextflow.config"
1010

1111
// ignore tests coming from the nf-core/modules repo
12-
ignore 'modules/nf-core/**/*', 'subworkflows/nf-core/**/*'
12+
ignore 'modules/nf-core/**/tests/*', 'subworkflows/nf-core/**/tests/*'
1313

1414
// run all test with defined profile(s) from the main nextflow.config
1515
profile "test"

0 commit comments

Comments
 (0)