Skip to content

Commit 83283f6

Browse files
authored
Update tests.yml
1 parent 39fbadd commit 83283f6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

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

2525
- name: Start mysql service
26-
run: |
27-
sudo chmod 777 /var/lib/mysql/
28-
mysqld \
26+
run: sudo mysqld \
2927
--datadir=/var/lib/mysql/ \
30-
--user=mysql \
28+
--user=root \
3129
--server-id=1 \
3230
--log-bin=/var/lib/mysql/mysql-bin.log \
3331
--binlog-format=row \

0 commit comments

Comments
 (0)