fix: uncomment ftest upload statement
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2023-10-13 16:02:29 +05:30
parent 73430848e8
commit 0ec5915130
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 1 additions and 2 deletions

View File

@ -37,5 +37,4 @@ def after_all(context):
print(log)
logs += log
# upload_logs_to_ftest(score == max_score, logs)
upload_logs_to_ftest(score == max_score, logs)