We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd18a7 commit 189c5c4Copy full SHA for 189c5c4
.github/workflows/test-all.yml
@@ -137,7 +137,7 @@ jobs:
137
completed_at: ${{ steps.completion_time.outputs.completion_time }}
138
output: |
139
{
140
- "title": "Test run complete: ${{ steps.run-tests.outputs.result_upper }}",
+ "title": "Test run complete: ${{ steps.run-tests.outputs.result_upper || (job.status == 'cancelled' && 'CANCELED' || 'FAILED') }}",
141
"summary": "The Catalog Core tests have finished. [View Full Logs](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
142
}
143
env:
0 commit comments