Skip to content

Commit

Permalink
update .github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarMZ committed Nov 20, 2024
1 parent 17abbef commit ddc2a38
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 @@ -25,7 +25,7 @@ jobs:
- name: List nf-core Modules
id: get-modules
run: |
modules=$(find modules -type d -maxdepth 1 -mindepth 1 -exec basename {} \;)
modules=$(find modules/nf-core -type d -maxdepth 1 -mindepth 1 -exec basename {} \;)
modules_json=$(printf '%s\n' "${modules}" | jq -R . | jq -s .)
echo "module_list=${modules_json}" >> $GITHUB_OUTPUT
shell: bash
Expand Down

0 comments on commit ddc2a38

Please sign in to comment.