You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): keep the compliance summary alive when the runner dies early
The step runs under `bash -e`, so `TOTAL=$(field Total)` aborts the whole step
when the tally line is absent — which is precisely the case where the runner
crashed before printing it and the summary is the only thing left to read.
Verified with the tally line missing: the block now completes and reports zeros.
0 commit comments