From 3f5e7743d25d07206211f7d820d76149e5435769 Mon Sep 17 00:00:00 2001 From: elianalf <62831776+elianalf@users.noreply.github.com> Date: Mon, 6 May 2024 12:19:25 +0200 Subject: [PATCH] Refs #20843: change comment to make it run Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> --- .github/workflows/nightly-ubuntu-detect-flaky.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-ubuntu-detect-flaky.yml b/.github/workflows/nightly-ubuntu-detect-flaky.yml index 4664f56e733..1481ed27efd 100644 --- a/.github/workflows/nightly-ubuntu-detect-flaky.yml +++ b/.github/workflows/nightly-ubuntu-detect-flaky.yml @@ -99,7 +99,7 @@ jobs: # Translate CTest XML reports to jUnit if [ ! -f ${test_results_file} ] then - echo "::group::Translating test report to jUnit..." + echo "::group::Translating test report to jUnit specific format" python3 ${{ github.workspace }}/src/fastdds/.github/resources/ctest2junit.py \ --build-dir ${{ github.workspace }}/build/fastdds \ --xslt ${{ github.workspace }}/src/fastdds/.github/resources/ctest-to-junit-reducted.xsl \