Skip to content

Commit 6ba2b46

Browse files
committed
Updated docker run command
1 parent 2779d26 commit 6ba2b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
docker run \
2525
--name zongji_test \
2626
-e MYSQL_ROOT_PASSWORD=my_password \
27-
-d mysql:${{ matrix.mysql-version }}
27+
-d mysql:${{ matrix.mysql-version }} \
2828
--server-id=1 \
2929
--log-bin=/var/lib/mysql/mysql-bin.log \
30-
--binlog-format=row \
30+
--binlog-format=row
3131
3232
- name: Setup NodeJS
3333
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)