diff --git a/check.sh b/check.sh index c525c9e..e54335f 100755 --- a/check.sh +++ b/check.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -if [ -n "$VERBOSE" ]; then +if [ -n "$VERBOSE" ] || [ "$GITHUB_RUN_ATTEMPT" != 1 ]; then set -x fi