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

@@ -42,7 +42,7 @@ jobs:
source .env
docker-compose stop || true
docker-compose rm || true
docker-compose up -d db && sleep 15
docker-compose up -d db && sleep 30
docker-compose ps -a
echo "Test PostgSail Grafana Unit Test"
docker-compose up -d app && sleep 5