Skip to content

Commit 18dcee1

Browse files
committed
change ci mysql opts
1 parent 9a022e2 commit 18dcee1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ jobs:
1717
ports:
1818
- 3306:3306
1919
options: >-
20+
--health-cmd="mysqladmin ping"
21+
--health-interval=10s
22+
--health-timeout=5s
23+
--health-retries=3
2024
--log-bin=mysql-bin
2125
--binlog-format=row
2226
--gtid-mode=ON
2327
--enforce-gtid-consistency=ON
2428
--binlog-transaction-dependency-tracking=WRITESET
2529
--transaction-write-set-extraction=XXHASH64
26-
--health-cmd="mysqladmin ping"
27-
--health-interval=10s
28-
--health-timeout=5s
29-
--health-retries=3
3030
steps:
3131
- uses: actions/checkout@v4
3232
- name: Set up Go

0 commit comments

Comments
 (0)