diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index 06a31340e..b719f3ae2 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -189,6 +189,10 @@ jobs: workspace_dependencies: '' test_report_artifact: ${{ format('test_report_{0}_{1}_{2}', inputs.label, github.job, join(matrix.*, '_')) }} + - name: Spelling check summary + if: ${{ !cancelled() && inputs.run-tests == true }} + run: find build -type f -iname "*.spelling" -exec cat {} \; + - name: Fast DDS Docs test summary uses: eProsima/eProsima-CI/multiplatform/junit_summary@v0 if: ${{ !cancelled() && inputs.run-tests == true }}