fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 14s
Some checks failed
gen-migrations / gen-migrations (push) Failing after 14s
This commit is contained in:
parent
8b648a8d86
commit
89df399766
@ -49,3 +49,5 @@ docker compose up -d "$base_or_head"
|
||||
isready
|
||||
initdb || (docker compose logs "$base_or_head" && exit 1)
|
||||
ls ./schema/ | xargs -I{} bash -c "set -e; $(declare -f query_file); query_file \"$(db dnim)\" ./schema/{}" || (docker compose logs "$base_or_head" && exit 1)
|
||||
|
||||
cd "../"
|
||||
|
Loading…
Reference in New Issue
Block a user