From 3e0cb1246cfe4bbbce3240508a72877d40a07c8e Mon Sep 17 00:00:00 2001 From: Sofia Stamouli Date: Mon, 31 Jul 2023 18:56:54 +0200 Subject: [PATCH] Add stub to test.yml --- tests/modules/nf-core/kmcp/profile/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/modules/nf-core/kmcp/profile/test.yml b/tests/modules/nf-core/kmcp/profile/test.yml index 7834722acf4..6dac88d16e3 100644 --- a/tests/modules/nf-core/kmcp/profile/test.yml +++ b/tests/modules/nf-core/kmcp/profile/test.yml @@ -6,3 +6,12 @@ files: - path: output/kmcp/test.profile - path: output/kmcp/versions.yml + +- name: kmcp profile test_kmcp_profile stub_run + command: nextflow run ./tests/modules/nf-core/kmcp/profile -entry test_kmcp_profile -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/kmcp/profile/nextflow.config -stub-run + tags: + - kmcp + - kmcp/profile + files: + - path: output/kmcp/test.profile + - path: output/kmcp/versions.yml