fix: success should be bool
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
cb00c56263
commit
f4244bfc83
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -223,4 +223,4 @@ if __name__ == "__main__":
|
||||||
print(log)
|
print(log)
|
||||||
logs.append(log)
|
logs.append(log)
|
||||||
|
|
||||||
upload_logs_to_ftest(success, logs)
|
upload_logs_to_ftest(len(failures) == 0, logs)
|
||||||
|
|
Loading…
Reference in a new issue