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:25:38 +02:00
parent 5de7456c98
commit 9aff86a074

View file

@ -37,5 +37,8 @@ jobs:
- name: Checkout - name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4 uses: https://code.forgejo.org/actions/checkout@v4
- run: sleep 10 - 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"}}'