Skip to content

Commit 7621e61

Browse files
tom-tanmr-c
authored andcommitted
Add support for markdown report
1 parent 9d929b6 commit 7621e61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run_test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ SELF=""
5252
BADGE=""
5353
TIMEOUT=""
5454
TAGS=""
55+
REPORT_URI="https://github.com/common-workflow-language/cwl-v1.3/tree/main/"
5556

5657
while [ -n "$1" ]
5758
do
@@ -96,7 +97,7 @@ do
9697
SELF=1
9798
;;
9899
--badgedir=*)
99-
BADGE=$arg
100+
BADGE="$arg --baseuri=$REPORT_URI"
100101
;;
101102
--timeout=*)
102103
TIMEOUT=$arg

0 commit comments

Comments
 (0)