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