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:
committed by
GitHub
parent
7571f1e530
commit
fb17509726
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user