mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Followup
This commit is contained in:
parent
03c6a31e7c
commit
bb778cc0fe
@ -60,5 +60,5 @@ if __name__ == "__main__":
|
||||
raw_log_url = "noop"
|
||||
|
||||
html_report = create_test_html_report("Style Check (actions)", test_results, raw_log_url, task_url, branch_url, branch_name, commit_url)
|
||||
with open('report.html', 'w') as f:
|
||||
with open(os.path.join(temp_path, 'report.html'), 'w') as f:
|
||||
f.write(html_report)
|
||||
|
Loading…
Reference in New Issue
Block a user