From dd9b4b724df3faf5eaeac83c69dd3b071e73653f Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Mon, 25 Nov 2024 11:18:58 +0100 Subject: [PATCH] fix planemo option --- planemo_ci_actions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planemo_ci_actions.sh b/planemo_ci_actions.sh index 28c5b34..eeeec59 100755 --- a/planemo_ci_actions.sh +++ b/planemo_ci_actions.sh @@ -200,7 +200,7 @@ if [ "$MODE" == "combine" ]; then [ "$PLANEMO_MD_REPORT" == "true" ] && ( planemo test_reports upload/tool_test_output.json --test_output_markdown upload/tool_test_output.md if [ "$(stat -c %s upload/tool_test_output.md)" -gt 1048576 ]; then - planemo test_reports upload/tool_test_output.json --test_output_minimal_markdown upload/tool_test_output.md + planemo test_reports upload/tool_test_output.json --test_output_markdown_minimal upload/tool_test_output.md fi ) # get statistics