We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a022e2 commit 18dcee1Copy full SHA for 18dcee1
.github/workflows/ci.yml
@@ -17,16 +17,16 @@ jobs:
17
ports:
18
- 3306:3306
19
options: >-
20
+ --health-cmd="mysqladmin ping"
21
+ --health-interval=10s
22
+ --health-timeout=5s
23
+ --health-retries=3
24
--log-bin=mysql-bin
25
--binlog-format=row
26
--gtid-mode=ON
27
--enforce-gtid-consistency=ON
28
--binlog-transaction-dependency-tracking=WRITESET
29
--transaction-write-set-extraction=XXHASH64
- --health-cmd="mysqladmin ping"
- --health-interval=10s
- --health-timeout=5s
- --health-retries=3
30
steps:
31
- uses: actions/checkout@v4
32
- name: Set up Go
0 commit comments