fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 1m0s
Some checks failed
gen-migrations / gen-migrations (push) Failing after 1m0s
This commit is contained in:
parent
533493e7f0
commit
6941558d66
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user