From 49dbe649355377b9b2fa1e8ba5dd678cbf9c2ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Mon, 23 Sep 2024 18:57:15 +0200 Subject: [PATCH] test --- .forgejo/workflows/e2e_mobilizon.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.forgejo/workflows/e2e_mobilizon.yml b/.forgejo/workflows/e2e_mobilizon.yml index 2ada360..04af31b 100644 --- a/.forgejo/workflows/e2e_mobilizon.yml +++ b/.forgejo/workflows/e2e_mobilizon.yml @@ -49,21 +49,4 @@ jobs: uses: https://code.forgejo.org/actions/checkout@v4 - run: sleep 1 - - run: curl -L 127.0.0.1:13120/setup/0 - - run: | - 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' \ - -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Content-Type: application/json' \ - -H 'Origin: http://localhost:13120' \ - -H 'Connection: keep-alive' \ - -H 'Referer: http://localhost:13120/setup/0' \ - -H 'Cookie: i18n_redirected=en; auth.strategy=local' \ - -H 'Sec-Fetch-Dest: empty' \ - -H 'Sec-Fetch-Mode: cors' \ - -H 'Sec-Fetch-Site: same-origin' \ - -H 'Priority: u=0' \ - --data-raw '{"db":{"dialect":"sqlite","storage":"./gancio.sqlite","host":"localhost","database":"gancio","password":"gancio"}}' - + - run: curl -L 127.0.0.1:4000 \ No newline at end of file