From e4390382a7dfc626a1abf3079593c302a5155234 Mon Sep 17 00:00:00 2001 From: Zohaib Anwar Date: Wed, 20 Nov 2024 12:40:07 -0800 Subject: [PATCH] updated error in listing modules --- .github/workflows/nf-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nf-test.yml b/.github/workflows/nf-test.yml index 80e079f..7e0bdcb 100644 --- a/.github/workflows/nf-test.yml +++ b/.github/workflows/nf-test.yml @@ -24,7 +24,7 @@ jobs: - name: List nf-core Modules id: get-modules run: | - modules=$(find modules -type d -maxdepth 1 -mindepth 1 -exec basename {} \; | jq -R -s -c 'split("\n")[:-1]') + modules=$(find modules/nf-core -type d -maxdepth 1 -mindepth 1 -exec basename {} \; | jq -R -s -c 'split("\n")[:-1]') if [ -z "$modules" ]; then echo "No modules found!" exit 1