fix: gen-migrations workflow
Some checks reported warnings
gen-migrations / gen-migrations (push) Has been cancelled

This commit is contained in:
Orion Kindel 2023-07-19 20:41:31 -05:00
parent e92e56d829
commit 629bc32059
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -57,7 +57,7 @@ cp docker-compose.yml "./$base_or_head/docker-compose.yml"
cp .env.schema "./$base_or_head/.env.schema"
cd "./$base_or_head"
docker compose up -d "$base_or_head" 1>/dev/null
docker compose up -d "$base_or_head"
isready
initdb || docker compose logs "$base_or_head"