Skip to content

Commit eb3f25a

Browse files
tom-tanmr-c
authored andcommitted
Add support for markdown report
1 parent c7c9771 commit eb3f25a

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
@@ -51,6 +51,7 @@ SELF=""
5151
BADGE=""
5252
TIMEOUT=""
5353
TAGS=""
54+
REPORT_URI="https://github.com/common-workflow-language/cwl-$CWL_VER/tree/main/"
5455

5556
while [ -n "$1" ]
5657
do
@@ -95,7 +96,7 @@ do
9596
SELF=1
9697
;;
9798
--badgedir=*)
98-
BADGE=$arg
99+
BADGE="$arg --baseuri=$REPORT_URI"
99100
;;
100101
--timeout=*)
101102
TIMEOUT=$arg

0 commit comments

Comments
 (0)