Skip to content

Commit

Permalink
updated error in listing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarMZ committed Nov 20, 2024
1 parent 817b00f commit e439038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e439038

Please sign in to comment.