Skip to content

Commit

Permalink
Add Spell Check summary to reusable workflow (#950)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany authored Nov 14, 2024
1 parent b11bb36 commit 96bc828
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 96bc828

Please sign in to comment.