From 4996e33cadd05c9d5d1a6589cc0b2aa57ef02919 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Fri, 24 Jun 2022 00:05:54 +0530 Subject: [PATCH] debug: is maildev accessible? --- integration/tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/tests.sh b/integration/tests.sh index 069a98b..d480c40 100755 --- a/integration/tests.sh +++ b/integration/tests.sh @@ -43,6 +43,7 @@ OIDC_CLIENT_ID="" OIDC_CLIENT_SECRET="" wait_for_env() { + curl $MAILDEV_URL || true python -m integration \ check_env $GITEA_URL $DASHBOARD_URL $MAILDEV_URL }