Skip to content

Commit ce1ea14

Browse files
committed
CI changed
1 parent fec2531 commit ce1ea14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
echo "SPRING_DATASOURCE_URL=${SPRING_DATASOURCE_URL}"
5151
echo "SPRING_DATASOURCE_USERNAME=${SPRING_DATASOURCE_USERNAME}"
5252
echo "SPRING_DATASOURCE_PASSWORD=**** (hidden for security)"
53-
- name: Wait for PostgreSQL to be Ready
54-
run: |
53+
- name: Wait for PostgreSQL to be Ready
54+
run: |
5555
echo "Waiting for PostgreSQL to be ready..."
5656
for i in {1..30}; do
5757
nc -z localhost 5432 && echo "PostgreSQL is ready!" && exit 0

0 commit comments

Comments
 (0)