Skip to content

Commit

Permalink
Fix missing test profile from nf-test default
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 23, 2024
1 parent 14fc405 commit 05d90b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1

- name: Run nf-test
run: nf-test test --verbose --profile "${{ matrix.profile }}" --tap=test.tap ${{ matrix.nf_test_files }}
run: nf-test test --verbose --profile "+${{ matrix.profile }}" --tap=test.tap ${{ matrix.nf_test_files }}

- name: Output log on failure
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ config {
configFile "nextflow.config"

// test profile is overriden via nf-test CLI
profile ""
profile "test"
}

0 comments on commit 05d90b6

Please sign in to comment.