feat: upload to ftest server

This commit is contained in:
Aravinth Manivannan 2023-10-01 14:15:06 +05:30
parent b483a9b971
commit 52b7397591
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 1 additions and 1 deletions

2
run.py
View File

@ -167,4 +167,4 @@ if __name__ == "__main__":
logger.error(log)
logs += log
# upload_logs_to_ftest(len(failures) == 0, logs)
upload_logs_to_ftest(len(failures) == 0, logs)