We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec2531 commit ce1ea14Copy full SHA for ce1ea14
1 file changed
.github/workflows/ci.yml
@@ -50,8 +50,8 @@ jobs:
50
echo "SPRING_DATASOURCE_URL=${SPRING_DATASOURCE_URL}"
51
echo "SPRING_DATASOURCE_USERNAME=${SPRING_DATASOURCE_USERNAME}"
52
echo "SPRING_DATASOURCE_PASSWORD=**** (hidden for security)"
53
- - name: Wait for PostgreSQL to be Ready
54
- run: |
+ - name: Wait for PostgreSQL to be Ready
+ run: |
55
echo "Waiting for PostgreSQL to be ready..."
56
for i in {1..30}; do
57
nc -z localhost 5432 && echo "PostgreSQL is ready!" && exit 0
0 commit comments