From 3004f3bfb664848c2765a43b929d4b4b4a3478e6 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Tue, 2 Feb 2021 13:52:46 +0100 Subject: [PATCH] set output at proper place --- .ci/config.ctest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/config.ctest b/.ci/config.ctest index bc758b59a47..c07e3e4459a 100644 --- a/.ci/config.ctest +++ b/.ci/config.ctest @@ -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)