File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ for group in "${!BUILD_TARGET_GROUPS[@]}"; do
162162done
163163
164164# Append aggregate totals row to summary table
165- echo " | TOTAL | | | ${overall_warn_total} | ${overall_depr_total} | |" >> " ${SUMMARY_FILE} " # Display the full build summary explicitly at the end
165+ echo " | TOTAL | | | ${overall_warn_total} | ${overall_depr_total} | |" >> " ${SUMMARY_FILE} "
166166echo ' ::group::Build Summary'
167167echo ' === Build Summary (echo) ==='
168168cat " ${SUMMARY_FILE} " || echo " (Could not read summary file ${SUMMARY_FILE} )"
@@ -171,4 +171,5 @@ echo '::endgroup::'
171171# Report to GitHub Actions if any build group failed
172172if [[ ${any_failed} -eq 1 ]]; then
173173 echo " ::error::One or more build groups failed. See summary above."
174+ exit 1
174175fi
You can’t perform that action at this time.
0 commit comments