Skip to content

Commit

Permalink
Refs #20843: change comment to make it run
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <[email protected]>
  • Loading branch information
elianalf committed May 31, 2024
1 parent 0c60b72 commit adb0412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ubuntu-detect-flaky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit adb0412

Please sign in to comment.