Fix packaging CI failure notifications to actually report _all_ steps. (#12394)
Austin S. Hemmelgarn committed
Mar 16, 2022 at 07:32 UTC
1f410433c00ec62ef74dda2bec2251bc48e673c2
1 file changed
+1
.github/workflows/packaging.yml
+1
@@ -252,6 +252,7 @@ jobs:
252
Setup Docker: ${{ steps.docker-config.outcome }}
253
Fetch images: ${{ steps.fetch-images.outcome }}
254
Build: ${{ steps.build.outcome }}
255
+ Test: ${{ steps.test.outcome }}
256
Publish: ${{ steps.upload.outcome }}
257
Cleanup: ${{ steps.cleanup.outcome }}
258
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}