Skip to content

Commit

Permalink
Add support for markdown report
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan authored and mr-c committed Aug 10, 2024
1 parent c7c9771 commit eb3f25a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -95,7 +96,7 @@ do
SELF=1
;;
--badgedir=*)
BADGE=$arg
BADGE="$arg --baseuri=$REPORT_URI"
;;
--timeout=*)
TIMEOUT=$arg
Expand Down

0 comments on commit eb3f25a

Please sign in to comment.