Fix nightly E2E step summary

This commit is contained in:
Samuel Newman
2026-07-17 15:47:56 +03:00
parent 43429fc61c
commit 823cb99549
2 changed files with 54 additions and 1 deletions
+1 -1
View File
@@ -369,7 +369,7 @@ jobs:
> e2e-summary.json
echo "notify=$(jq -r .notify e2e-summary.json)" >> "$GITHUB_OUTPUT"
echo "payload=$(jq -c .payload e2e-summary.json)" >> "$GITHUB_OUTPUT"
jq -r .payload.text e2e-summary.json >> "$GITHUB_STEP_SUMMARY"
jq -r .githubSummary e2e-summary.json >> "$GITHUB_STEP_SUMMARY"
- name: Notify Slack of E2E failures
if: steps.summary.outputs.notify == 'true'