fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 1m0s

This commit is contained in:
Orion Kindel 2023-07-19 20:43:59 -05:00
parent 533493e7f0
commit 6941558d66
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -15,6 +15,7 @@ else
fi
docker compose rm -vsf "$base_or_head"
until ! pg_isready -p "$port" 1>/dev/null; do true; done;
db() {
echo -n "postgresql:///$1?port=$port&user=$POSTGRES_USER&password=$POSTGRES_PASSWORD"