Skip to content

Commit ea7474d

Browse files
committed
sudo -u mysql???
1 parent b303652 commit ea7474d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
sleep 5
7171
sudo service mysql restart; sleep 30
7272
ps -ef | grep mysqld
73-
sudo mysql -u root --protocol SOCKET -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
73+
sudo -u mysql mysql -u root --protocol SOCKET -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
7474
7575
- name: install redis
7676
run: |

0 commit comments

Comments
 (0)