mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-27 09:36:17 -04:00
ci/actions/build: check error numerically
This commit is contained in:
@@ -92,6 +92,6 @@ runs:
|
||||
echo "$ok build groups succeeded"
|
||||
echo "$error build groups failed"
|
||||
) >&2
|
||||
if [ $error ]; then
|
||||
if [ "$error" -gt 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user