Skip to content

Commit

Permalink
add more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Jan 16, 2025
1 parent 5be05ff commit 33e2c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,5 @@ jobs:
echo "::group::DEBUG: `needs` Contents"
echo "DEBUG: toJSON(needs) = ${{ toJSON(needs) }}"
echo "DEBUG: toJSON(needs.*.result) = ${{ toJSON(needs.*.result) }}"
echo "DEBUG: toJSON(needs.nf-test.outputs.filtered_paths) = ${{ needs.nf-test.outputs.filtered_paths }}"
echo "::endgroup::"

0 comments on commit 33e2c70

Please sign in to comment.