mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
debugging
This commit is contained in:
parent
e296fe2fdc
commit
39abfc7c1a
1 changed files with 2 additions and 0 deletions
2
.github/actions/build/action.yml
vendored
2
.github/actions/build/action.yml
vendored
|
@ -77,8 +77,10 @@ runs:
|
||||||
--print-build-logs \
|
--print-build-logs \
|
||||||
--log-format raw
|
--log-format raw
|
||||||
then
|
then
|
||||||
|
echo "incrementing ok from $ok"
|
||||||
((ok++))
|
((ok++))
|
||||||
else
|
else
|
||||||
|
echo "incrementing error from $error"
|
||||||
((error++))
|
((error++))
|
||||||
if [ -z "$keep_going_flag" ]; then
|
if [ -z "$keep_going_flag" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue