Update github actions test, increase delay to allow the db to be loaded from initdb

This commit is contained in:
xbgmsharp
2023-10-16 00:48:42 +02:00
parent 2a583b94dc
commit 2127dd7fcb
3 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ jobs:
source .env
docker-compose stop || true
docker-compose rm || true
docker-compose up -d db && sleep 15 && docker-compose up -d api && sleep 5
docker-compose up -d db && sleep 30 && docker-compose up -d api && sleep 5
docker-compose ps -a
echo ${PGSAIL_API_URL}
curl ${PGSAIL_API_URL}