chore(test): set up integration test framework with postgres #136

Merged
djalim merged 14 commits from PMPR-setup-test-framework into develop 2026-04-26 11:30:34 +00:00
Showing only changes of commit f26b2b044f - 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