From 5521408de71bea271c8d7307069de1bebd8361de Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Tue, 14 Jul 2026 16:04:54 +0200 Subject: [PATCH] Add main profile with latest-everything NXF_VER --- nf_core/pipeline-template/.github/workflows/nf-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nf_core/pipeline-template/.github/workflows/nf-test.yml b/nf_core/pipeline-template/.github/workflows/nf-test.yml index a2f3226d51..79db78b3dd 100644 --- a/nf_core/pipeline-template/.github/workflows/nf-test.yml +++ b/nf_core/pipeline-template/.github/workflows/nf-test.yml @@ -79,6 +79,8 @@ jobs: profile: "conda" - isMain: false profile: "singularity" + - isMain: true + NXF_VER: "latest-everything" NXF_VER: - "25.10.4" - "latest-everything"