forked from galaxyproject/tools-iuc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
print summary below the artifacts (galaxyproject#5711)
- Loading branch information
1 parent
2a8a85c
commit 6e2326a
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|