Skip to content

Commit 4411e9a

Browse files
authored
Update tests.yml
1 parent c412f53 commit 4411e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

2525
- name: Start mysql service
26-
run: mysqld \
26+
run: sudo mysqld \
2727
--datadir=/var/lib/mysql \
2828
--user=mysql \
2929
--server-id=1 \

0 commit comments

Comments
 (0)