From 464e7bc9c66f4b66783095acbc1ccd6dfec94e00 Mon Sep 17 00:00:00 2001 From: EduPonz Date: Tue, 13 Feb 2024 11:13:30 +0100 Subject: [PATCH] Refs #20423: Add a test summary step Signed-off-by: EduPonz --- .github/workflows/fastcdr-test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/fastcdr-test.yml b/.github/workflows/fastcdr-test.yml index ae2748b2..ec05dbe1 100644 --- a/.github/workflows/fastcdr-test.yml +++ b/.github/workflows/fastcdr-test.yml @@ -101,6 +101,16 @@ jobs: packages_names: fastcdr workspace: ${{ github.workspace }} + - name: Test summary + uses: eProsima/eProsima-CI/multiplatform/junit_summary@feature/ctest2junit_translation + if: ${{ !cancelled() && !contains(github.event.pull_request.labels.*.name, 'no-test') }} + with: + junit_reports_dir: "${{ steps.test.outputs.ctest_results_path }}" + print_summary: 'True' + show_failed: 'True' + show_disabled: 'False' + show_skipped: 'False' + - name: Test Report uses: eProsima/eProsima-CI/external/test-reporter@feature/ctest2junit_translation if: ${{ !cancelled() && !contains(github.event.pull_request.labels.*.name, 'no-test') }}