test
Some checks failed
PHPUnit / PHPUnit – PHP 8.1 (push) Failing after 27s

This commit is contained in:
André Menrath 2024-09-23 18:57:15 +02:00
parent 1fc96a5ff1
commit 49dbe64935

View file

@ -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