From eb3f25a9e9414a7dba394f7627e02e63d7f1418c Mon Sep 17 00:00:00 2001 From: Tomoya Tanjo Date: Wed, 17 Jul 2024 08:55:50 +0000 Subject: [PATCH] Add support for markdown report --- run_test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run_test.sh b/run_test.sh index dc427273..04e49607 100755 --- a/run_test.sh +++ b/run_test.sh @@ -51,6 +51,7 @@ SELF="" BADGE="" TIMEOUT="" TAGS="" +REPORT_URI="https://github.com/common-workflow-language/cwl-$CWL_VER/tree/main/" while [ -n "$1" ] do @@ -95,7 +96,7 @@ do SELF=1 ;; --badgedir=*) - BADGE=$arg + BADGE="$arg --baseuri=$REPORT_URI" ;; --timeout=*) TIMEOUT=$arg