mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
more debugging
This commit is contained in:
parent
39abfc7c1a
commit
9caffee9b0
1 changed files with 5 additions and 2 deletions
7
.github/actions/build/action.yml
vendored
7
.github/actions/build/action.yml
vendored
|
@ -78,11 +78,14 @@ runs:
|
||||||
--log-format raw
|
--log-format raw
|
||||||
then
|
then
|
||||||
echo "incrementing ok from $ok"
|
echo "incrementing ok from $ok"
|
||||||
((ok++))
|
(( ok++ ))
|
||||||
|
echo "incremented ok to $ok"
|
||||||
else
|
else
|
||||||
echo "incrementing error from $error"
|
echo "incrementing error from $error"
|
||||||
((error++))
|
(( error++ ))
|
||||||
|
echo "incremented error to $error"
|
||||||
if [ -z "$keep_going_flag" ]; then
|
if [ -z "$keep_going_flag" ]; then
|
||||||
|
echo "Failing fast!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue