CI: Add failed tests to summary (#6271)

* Fix maestro CI flow not writing the successful summary

* Add the test failures to the summary of the `test` CI flow
This commit is contained in:
Jorge Martin Espinosa 2026-03-02 11:23:41 +01:00 committed by GitHub
parent 7571f1e530
commit fb17509726
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 87 additions and 1 deletions

View file

@ -126,7 +126,7 @@ jobs:
- name: Update summary (success)
if: steps.maestro_test.outcome == 'success'
run: |
echo "### Maestro tests worked :rocket:!"
echo "### Maestro tests worked :rocket:!" >> $GITHUB_STEP_SUMMARY
- name: Update summary (failure)
if: steps.maestro_test.outcome != 'success'
run: |