Skip to content

Commit

Permalink
Merge pull request #156 from nf-core/cleanup-output
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller authored Aug 12, 2024
2 parents 2326219 + ebeb042 commit b35668b
Show file tree
Hide file tree
Showing 18 changed files with 980 additions and 265 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
shard: [1, 2, 3, 4]
NXF_VER: ["latest-stable"] # TODO Test minimum version on release
Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:

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

- name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }})
run: |
Expand Down
Loading

0 comments on commit b35668b

Please sign in to comment.