1
0
Fork 0

fix: builds were not marked as failed

This commit is contained in:
Mikhail Goncharov 2020-11-26 12:28:11 +01:00
parent ad6c67d750
commit 86226f3146

View file

@ -69,6 +69,7 @@ def run_step(name: str, report: Report, thunk: Callable[[Step, Report], None]) -
annotate(f"{name}: OK")
else:
annotate(f"{name}: FAILED", style='error')
report.success = False
report.steps.append(step)
return step