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:26:30 +02:00
parent 9aff86a074
commit 90a2cee960

View file

@ -39,6 +39,6 @@ jobs:
- run: sleep 1 - run: sleep 1
- run: curl 127.0.0.1:13120 - 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":"sqlite","storage":"./gancio.sqlite","host":"localhost","database":"gancio"}}' - run: curl http://127.0.0.1:13120/api/setup/db --compressed -X POST --data-raw '{"db":{"dialect":"sqlite","storage":"./gancio.sqlite","host":"localhost","database":"gancio"}}'