Skip to content

Commit 26a20a7

Browse files
authored
Update tests.yml
1 parent 66feba4 commit 26a20a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
uses: actions/checkout@v2
2424

2525
- name: Start mysql service
26-
run: sudo mysqld \
26+
run: mysqld \
2727
--datadir=/var/lib/mysql/ \
28-
--user=root \
2928
--server-id=1 \
3029
--log-bin=/var/lib/mysql/mysql-bin.log \
3130
--binlog-format=row \

0 commit comments

Comments
 (0)