test: using --protocol arg

This commit is contained in:
Jean-Marie Renouard 2023-03-14 20:38:49 +00:00
parent 2223372468
commit b99cd357c1

View File

@ -39,8 +39,8 @@ jobs:
run: |
cd test_db
netstat -ltpn
sudo mysql -e 'select version();'
mysql -h 127.0.0.1 -P3306 -uroot -proot test< ./employees.sql
#sudo mysql -e 'select version();'
mysql --protocol=TCP -uroot -proot test< ./employees.sql
cd -
rm -rf test_db
# Runs a single command using the runners shell