Skip to content

Commit

Permalink
chore(ci): ensure kafka setup runs for smoke tests (#7278)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Feb 8, 2023
1 parent 1402071 commit 2ae368c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -c "import platform; print(platform.platform())"
- name: Run quickstart
run: |
datahub docker quickstart --dump-logs-on-failure
./smoke-test/run-quickstart.sh
- name: Ingest sample data
run: |
datahub docker ingest-sample-data
Expand Down
2 changes: 1 addition & 1 deletion smoke-test/run-quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ echo "test_user:test_pass" >> ~/.datahub/plugins/frontend/auth/user.props
echo "DATAHUB_VERSION = $DATAHUB_VERSION"
DATAHUB_TELEMETRY_ENABLED=false \
DOCKER_COMPOSE_BASE="file://$( dirname "$DIR" )" \
datahub docker quickstart --standalone_consumers --dump-logs-on-failure
datahub docker quickstart --standalone_consumers --dump-logs-on-failure --kafka-setup

0 comments on commit 2ae368c

Please sign in to comment.