diff --git a/api/apps/api/entrypoint.sh b/api/apps/api/entrypoint.sh index e5ec14c339..c54f843334 100755 --- a/api/apps/api/entrypoint.sh +++ b/api/apps/api/entrypoint.sh @@ -18,7 +18,7 @@ case "$1" in run-migrations-for-e2e-tests) echo "(ESC)[44m Running migrations (api db) for e2e Tests in Api (ESC)[0m" sleep 15 - exec yarn api:typeorm migration:run + exec yarn api:typeorm migration:run -t each ;; start) echo "Running Start" diff --git a/api/apps/geoprocessing/entrypoint.sh b/api/apps/geoprocessing/entrypoint.sh index b5763a87fd..d58cf03ded 100755 --- a/api/apps/geoprocessing/entrypoint.sh +++ b/api/apps/geoprocessing/entrypoint.sh @@ -17,7 +17,7 @@ case "$1" in run-migrations-for-e2e-tests) echo "(ESC)[44m Running migrations (geoprocessing db) for e2e Tests(ESC)[0m" sleep 15 - exec yarn geoprocessing:typeorm migration:run + exec yarn geoprocessing:typeorm migration:run -t each ;; start) echo "Running Start"