Skip to content

Commit

Permalink
ci: Follow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 1, 2024
1 parent 798c661 commit 6190528
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
NXF_VER: ["23.04.0", "latest-everything"] # TODO Test minimum version on release
filter: ["pipeline", "workflow"] # TODO Modules and Functions
filter: ["pipeline", "workflow", "process"] # TODO Functions
profile: ["docker"]
shard: [1, 2, 3, 4, 5]
steps:
Expand Down Expand Up @@ -97,6 +97,7 @@ jobs:
--verbose \
--shard ${{ matrix.shard }}/5 \
--changed-since HEAD^ \
--follow-dependencies \
--profile "+${{ matrix.profile }}" \
--filter ${{ matrix.filter }}
Expand Down

0 comments on commit 6190528

Please sign in to comment.