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 ab086c8 commit c00739cCopy full SHA for c00739c
utils/consolidated_test_report.py
@@ -648,11 +648,6 @@ def main(args):
648
# Only print the report when saving to file
649
print(report)
650
651
- # Send GitHub workflow summary if running in GitHub Actions
652
- if os.environ.get("GITHUB_STEP_SUMMARY"):
653
- with open(os.environ["GITHUB_STEP_SUMMARY"], "a") as f:
654
- f.write(report)
655
-
656
# Send to Slack if token is available (optional, can be disabled)
657
slack_token = os.environ.get("SLACK_API_TOKEN")
658
if slack_token and args.slack_channel_name:
0 commit comments