Skip to content

Commit

Permalink
Refs #20423: Add a test summary step
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Feb 13, 2024
1 parent b918e14 commit 464e7bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/fastcdr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 464e7bc

Please sign in to comment.