From 47ff1e6f4f031c82f10eea5cefff317df30216b2 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 19 Nov 2024 11:20:02 -0600 Subject: [PATCH] build: Add nf-co2footprint to CI runs --- tests/config/nf-test.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/config/nf-test.config b/tests/config/nf-test.config index fa21cb2edd6..38ed777bd3f 100644 --- a/tests/config/nf-test.config +++ b/tests/config/nf-test.config @@ -58,3 +58,7 @@ includeConfig 'test_data.config' manifest { nextflowVersion = '!>=24.10.1' } + +plugins { + id 'nf-co2footprint@1.0.0-beta' +}