From 8d96062fc82609b521752745c323a04e0cc42eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Mon, 23 Sep 2024 18:43:24 +0200 Subject: [PATCH] test --- .forgejo/workflows/e2e_gancio.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/e2e_gancio.yml b/.forgejo/workflows/e2e_gancio.yml index fd0a02f..2a81b1d 100644 --- a/.forgejo/workflows/e2e_gancio.yml +++ b/.forgejo/workflows/e2e_gancio.yml @@ -42,7 +42,7 @@ jobs: uses: https://code.forgejo.org/actions/checkout@v4 - run: sleep 1 - - run: curl 127.0.0.1:13120 - - run: curl http://127.0.0.1:13120/api/setup/db --compressed -X POST --data-raw '{"db":{"dialect":"postgres","host":"127.0.0.1:5432","database":"gancio","username":"gancio","password:gancio"}}' + - run: curl -L 127.0.0.1:13120/setup/0 + - run: curl -L http://127.0.0.1:13120/api/setup/db --compressed -X POST --data-raw '{"db":{"dialect":"postgres","host":"127.0.0.1:5432","database":"gancio","username":"gancio","password:gancio"}}'