Skip to content

Commit f9edf27

Browse files
committed
1 parent 29e3745 commit f9edf27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,13 @@ jobs:
6262
sleep 5
6363
sudo service mysql restart; sleep 30
6464
ps -ef | grep mysqld
65-
sudo mysql -u root -p "" --protocol SOCKET -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
65+
sudo mysql -u root -p root -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
6666
6767
- name: Install postgres
6868
run: |
6969
sudo apt-get install postgresql
70-
# Disable fsync for speed, don't care about data durability when testing
70+
# Disable fsync for speed, don't care about data durability
71+
# when testing
7172
sudo sed -i -e '$a\fsync = off' /etc/postgresql/*/*/postgresql.conf
7273
sudo service postgresql restart; sleep 30
7374
# set up postgresql database

0 commit comments

Comments
 (0)