Skip to content

Commit

Permalink
Write markdown test output to step summary
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 14, 2023
1 parent bfcea2b commit df11ea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install_test/common_functions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ run_planemo() {
then
galaxy_root_args="--galaxy_root $GALAXY_ROOT"
fi
planemo --verbose test $galaxy_root_args "$@"
MARKDOWN_OUTPUT="${GITHUB_STEP_SUMMARY:-tool_test_output.md}"
planemo --verbose test --test_output_markdown "$MARKDOWN_OUTPUT" $galaxy_root_args "$@"
echo "Tests complete."
}
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ passenv =
HOME
USER
DRMAA_LIBRARY_PATH
GITHUB_STEP_SUMMARY

skip_install =
lint,dist,install_wheel: True
Expand Down

0 comments on commit df11ea1

Please sign in to comment.