Release Candidate : 1.0.0 #150

Merged
djalim merged 103 commits from release/1.0.0 into main 2026-05-01 17:32:02 +00:00
Showing only changes of commit c8b808f509 - Show all commits
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
- name: Wait for postgres
run: |
until nc -z localhost 5432; do
until bash -c 'echo > /dev/tcp/localhost/5432' 2>/dev/null; do
echo "Waiting for postgres..."
sleep 2
done