From 9731220758a0b12a1599a9bea80e3a542ca48482 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 1 Oct 2024 15:19:03 -0500 Subject: [PATCH] ci: Wondering if we can combine proccesses and functions To save runners --- .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 9af38e7058..014f3e6feb 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"] # TODO Functions + filter: ["pipeline", "workflow", "process,function"] profile: ["docker"] shard: [1, 2, 3, 4, 5] steps: