fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 7s
Some checks failed
gen-migrations / gen-migrations (push) Failing after 7s
This commit is contained in:
parent
b402f08139
commit
5105b7f2e1
@ -61,5 +61,5 @@ cd "./$base_or_head"
|
||||
docker compose up -d "$base_or_head" 1>/dev/null
|
||||
|
||||
isready
|
||||
initdb
|
||||
initdb || docker compose logs db
|
||||
ls ./schema/ | xargs -I{} bash -c "set -e; $(declare -f query_file); query_file \"$(db dnim)\" ./schema/{}" || docker compose logs db
|
||||
|
Loading…
Reference in New Issue
Block a user