Skip to content

Commit 6ccafe6

Browse files
committed
add alt text for failing
Signed-off-by: Rares-Stefan Goidescu <[email protected]>
1 parent 7bd18a7 commit 6ccafe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
completed_at: ${{ steps.completion_time.outputs.completion_time }}
138138
output: |
139139
{
140-
"title": "Test run complete: ${{ steps.run-tests.outputs.result_upper }}",
140+
"title": "Test run complete: ${{ steps.run-tests.outputs.result_upper || Failed or Canceled }}",
141141
"summary": "The Catalog Core tests have finished. [View Full Logs](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
142142
}
143143
env:

0 commit comments

Comments
 (0)