Skip to content

Commit e91e0e3

Browse files
committed
CI 해결 시도...
1 parent ee53436 commit e91e0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: |
9696
echo "Waiting for PostGIS to be ready..."
9797
for i in {1..30}; do
98-
pg_isready -h postgis_db -U user -d pinco && echo "PostGIS is ready!" && exit 0
98+
pg_isready -h localhost -U user -d pinco && echo "PostGIS is ready!" && exit 0
9999
echo "Waiting for DB... ($i)"
100100
sleep 3
101101
done

0 commit comments

Comments
 (0)