Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ozennou committed Dec 10, 2024
1 parent 4c827c5 commit 8e9db4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
max_attempts=10
attempt=0
while [ $attempt -lt $max_attempts ]; do
pg_isready -h database -p 5432 && break
pg_isready -h database -p 5432 && break || true
echo "Waiting for PostgreSQL to be ready..."
sleep 5
((attempt++))
Expand Down

0 comments on commit 8e9db4c

Please sign in to comment.