Skip to content

Commit a19d5cc

Browse files
authored
Update tests.yml
1 parent d035bae commit a19d5cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424

2525
- name: Start mysql service
2626
run: mysqld \
27-
--datadir=/var/lib/mysql \
27+
--datadir=/tmp \
2828
--user=mysql \
2929
--server-id=1 \
30-
--log-bin=/var/lib/mysql/mysql-bin.log \
30+
--log-bin=/tmp/mysql-bin.log \
3131
--binlog-format=row \
3232
--max_allowed_packet=64M
3333

0 commit comments

Comments
 (0)