Skip to content

Commit

Permalink
ci: Run processes and functions seperately
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 2, 2024
1 parent f44ffa3 commit 5187cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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", "process,function"]
filter: ["pipeline", "workflow", "process", "function"]
profile: ["docker"]
shard: [1, 2, 3, 4, 5]
steps:
Expand Down

0 comments on commit 5187cc1

Please sign in to comment.