We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee53436 commit e91e0e3Copy full SHA for e91e0e3
.github/workflows/main.yml
@@ -95,7 +95,7 @@ jobs:
95
run: |
96
echo "Waiting for PostGIS to be ready..."
97
for i in {1..30}; do
98
- pg_isready -h postgis_db -U user -d pinco && echo "PostGIS is ready!" && exit 0
+ pg_isready -h localhost -U user -d pinco && echo "PostGIS is ready!" && exit 0
99
echo "Waiting for DB... ($i)"
100
sleep 3
101
done
0 commit comments