Debug github action test

This commit is contained in:
xbgmsharp
2023-07-10 17:18:38 +02:00
parent 3525b88bc2
commit c978df1edb

View File

@@ -42,6 +42,8 @@ jobs:
echo "REST API container is not running" echo "REST API container is not running"
exit 1 exit 1
fi fi
docker-compose ps -a
echo ${PGSAIL_API_URL}
curl ${PGSAIL_API_URL} curl ${PGSAIL_API_URL}
sleep 1 sleep 1
done done