Skip to content

Commit

Permalink
Add Spell Check summary to reusable workflow (#950) (#951)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
(cherry picked from commit 96bc828)

Co-authored-by: Miguel Company <[email protected]>
  • Loading branch information
mergify[bot] and MiguelCompany authored Nov 15, 2024
1 parent 6e69cb8 commit 8679a3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8679a3a

Please sign in to comment.