We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9560a3 commit ba00b53Copy full SHA for ba00b53
.github/get_build_status.py
@@ -44,6 +44,7 @@
44
error_sum = df['ConfigureErrors'].sum()+ df['CompilationErrors'].sum()+df['TestFail'].sum()
45
has_errors = error_sum > 0
46
if has_errors:
47
+ print('Configure errors, complilation errors and/or failing tests were detected. This workflow will fail.')
48
sys.exit(1)
49
else:
50
sys.exit(0)
0 commit comments