Skip to content

Commit

Permalink
print summary below the artifacts (galaxyproject#5711)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias authored Jan 11, 2024
1 parent 2a8a85c commit 6e2326a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,10 @@ jobs:
if [[ "${{ needs.setup.outputs.chunk-count }}" != "$NFILES" ]]; then
exit 1
fi
- run: cat upload/tool_test_output.md >> $GITHUB_STEP_SUMMARY
# the following only works for PRs opened from the main fork
# which we should not do (but lets leave this here until we have a
# solution)
- name: Get PR object
if: failure()
uses: 8BitJonny/[email protected]
Expand Down

0 comments on commit 6e2326a

Please sign in to comment.