From 5187cc1e84de7c53907b7cd69f0f457f1630ddbc Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Wed, 2 Oct 2024 09:35:50 -0500 Subject: [PATCH] ci: Run processes and functions seperately --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1ac073348..c69fd23642 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: