fix: builds were not marked as failed
This commit is contained in:
parent
ad6c67d750
commit
86226f3146
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue