Skip to content

Commit

Permalink
set output at proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 2, 2021
1 parent 3ee99b7 commit 9f6241b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/config.ctest
Expand Up @@ -79,6 +79,8 @@ IF(NOT ${NUMWARN} EQUAL 0 OR NOT ${TESTRES} EQUAL 0)
MESSAGE("")
MESSAGE(" ${Yellow}Test results submitted to${ColorReset}")
MESSAGE(" ${BoldYellow}${SHORTURL}${ColorReset}" )
# Github workflow output
MESSAGE("::set-output name=CDASH_URL::${SHORTURL}$")
MESSAGE("")
SET(LEVEL "")
IF(NOT ${TESTRES} EQUAL 0)
Expand Down

0 comments on commit 9f6241b

Please sign in to comment.