diff --git a/forgejo-test-helper.sh b/forgejo-test-helper.sh index c9ad0ed..a41e994 100755 --- a/forgejo-test-helper.sh +++ b/forgejo-test-helper.sh @@ -77,6 +77,7 @@ function wait_success() { done if ! test "$(check_status "$url" "$repo" "$sha")" = "success" ; then test "$FORGEJO_RUNNER_LOGS" && cat $FORGEJO_RUNNER_LOGS + api GET $url repos/$repo/commits/$sha/status | jq . return 1 fi }