From 192c1dbb6ab29785abd723e0262ac675216ca14a 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 5990330917..dedce244de 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"