Skip to content

Commit

Permalink
update mysql binlog
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Jul 10, 2020
1 parent 41f1eeb commit 021cb9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
with:
python-version: "3.x"
- uses: dschep/install-poetry-action@v1.3
- name: ci
- name: CI
run: make ci
1 change: 1 addition & 0 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
- 3306:3306
environment:
MYSQL_ROOT_PASSWORD: 123456
command: ["mysqld", "--log-bin"]
healthcheck:
test: --health-cmd "mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 10
clickhouse:
Expand Down

0 comments on commit 021cb9c

Please sign in to comment.