From b075bd1a8fa2d306fa5c630fa9491449c6b71e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Fri, 28 Feb 2020 00:38:31 +0100 Subject: [PATCH] remove sleep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/tests.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/tests.sh b/.github/tests.sh index 32e0ad1..e3d44fd 100755 --- a/.github/tests.sh +++ b/.github/tests.sh @@ -19,9 +19,11 @@ echo echo "Success - Zammad is up :)" echo echo "Execute autowizard..." +echo curl -I --silent --fail --show-error "http://localhost/#getting_started/auto_wizard/docker_compose_token" > /dev/null -sleep 30 +echo +echo "Autowizard executed successful" +echo -echo "Autowizard executed successful" \ No newline at end of file