fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 23s
Some checks failed
gen-migrations / gen-migrations (push) Failing after 23s
This commit is contained in:
parent
6a5d100320
commit
b402f08139
@ -62,4 +62,4 @@ docker compose up -d "$base_or_head" 1>/dev/null
|
||||
|
||||
isready
|
||||
initdb
|
||||
ls ./schema/ | xargs -I{} bash -c "set -e; $(declare -f query_file); query_file \"$(db dnim)\" ./schema/{}"
|
||||
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