Skip to content

Commit ba00b53

Browse files
authored
add console message to inform about the error reasons
1 parent f9560a3 commit ba00b53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/get_build_status.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
error_sum = df['ConfigureErrors'].sum()+ df['CompilationErrors'].sum()+df['TestFail'].sum()
4545
has_errors = error_sum > 0
4646
if has_errors:
47+
print('Configure errors, complilation errors and/or failing tests were detected. This workflow will fail.')
4748
sys.exit(1)
4849
else:
4950
sys.exit(0)

0 commit comments

Comments
 (0)