mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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
|
||||
then
|
||||
echo "incrementing ok from $ok"
|
||||
((ok++))
|
||||
(( ok++ ))
|
||||
echo "incremented ok to $ok"
|
||||
else
|
||||
echo "incrementing error from $error"
|
||||
((error++))
|
||||
(( error++ ))
|
||||
echo "incremented error to $error"
|
||||
if [ -z "$keep_going_flag" ]; then
|
||||
echo "Failing fast!"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue