test
All checks were successful
PHPUnit / PHPUnit – PHP 8.1 (push) Successful in 5s

This commit is contained in:
André Menrath 2024-09-23 18:43:24 +02:00
parent f8c7dc5ff7
commit 8d96062fc8

View file

@ -42,7 +42,7 @@ jobs:
uses: https://code.forgejo.org/actions/checkout@v4 uses: https://code.forgejo.org/actions/checkout@v4
- run: sleep 1 - run: sleep 1
- run: curl 127.0.0.1:13120 - run: curl -L 127.0.0.1:13120/setup/0
- 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 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"}}'