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:
parent
7571f1e530
commit
fb17509726
3 changed files with 87 additions and 1 deletions
2
.github/workflows/maestro-local.yml
vendored
2
.github/workflows/maestro-local.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue