Skip to content

Commit

Permalink
Post results before running success check
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 17, 2024
1 parent 71ec3f2 commit 6c59353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ jobs:
with:
name: 'All tool test results'
path: upload
- run: cat upload/tool_test_output.md >> $GITHUB_STEP_SUMMARY
- name: Check outputs
uses: galaxyproject/planemo-ci-action@v1
id: check
Expand All @@ -378,7 +379,6 @@ jobs:
if [[ "${{ needs.setup.outputs.chunk-count }}" != "$NFILES" ]]; then
exit 1
fi
- run: cat upload/tool_test_output.md >> $GITHUB_STEP_SUMMARY
# deploy the tools to the toolsheds (first TTS for testing)
deploy:
Expand Down

0 comments on commit 6c59353

Please sign in to comment.