Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyWoo committed Sep 14, 2024
1 parent ccb8f6d commit 0b12e52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/report.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import sys

from generate_test_report import generate_unit_test_report, generate_integration_test_report
from comment import comment_on_pr

Expand All @@ -14,3 +16,5 @@ def report(report_file, report_type):
if content is not None:
comment_on_pr(content)

if __name__ == "__main__":
comment_on_pr(sys.argv[1])

0 comments on commit 0b12e52

Please sign in to comment.