From 29cc49e422351d9317d355e620f5781111c9e2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Mon, 23 Sep 2024 18:47:57 +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 fa9c51b..0bc5e89 100644 --- a/.forgejo/workflows/e2e_gancio.yml +++ b/.forgejo/workflows/e2e_gancio.yml @@ -44,8 +44,8 @@ jobs: - run: sleep 1 - run: curl -L 127.0.0.1:13120/setup/0 - run: | - curl 'http://localhost:13120/api/setup/db' - --compressed -X POST + curl 'http://localhost:13120/api/setup/db' \ + --compressed -X POST \ -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0' -H 'Accept: application/json, text/plain, */*' -H 'Accept-Language: en-US,en;q=0.5'