chore(ci): update command to run smoke tests (#7284)

This commit is contained in:
david-leifker 2023-02-09 09:56:29 -06:00 committed by GitHub
parent d18dab4084
commit 4a641fb9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ pwd ../../../
DATAHUB_TELEMETRY_ENABLED=false \
DOCKER_COMPOSE_BASE="file://$(cd "$(dirname "${DIR}/../../../../../")"; pwd)" \
datahub docker quickstart --build-locally --dump-logs-on-failure
datahub docker quickstart --dump-logs-on-failure
is_healthy "datahub-gms" 60
echo "--------------------------------------------------------------------"