From 75d6c5f2ff98461c1c35583ecab83b767e6b813c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Fri, 13 Mar 2020 00:57:56 +0100 Subject: [PATCH] test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/tests.sh b/.github/tests.sh index e67aecc..a614b03 100755 --- a/.github/tests.sh +++ b/.github/tests.sh @@ -21,7 +21,8 @@ echo echo "Execute autowizard..." echo -curl -I --silent --fail --show-error "http://localhost/#getting_started/auto_wizard/docker_compose_token" > /dev/null +#curl -I --silent --fail --show-error "http://localhost/#getting_started/auto_wizard/docker_compose_token" > /dev/null +curl "http://localhost/#getting_started/auto_wizard/docker_compose_token" echo echo "Autowizard executed successful :)"