test: using --protocol arg
This commit is contained in:
parent
2223372468
commit
b99cd357c1
1 changed files with 3 additions and 3 deletions
6
.github/workflows/exec.yml
vendored
6
.github/workflows/exec.yml
vendored
|
@ -39,10 +39,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd test_db
|
cd test_db
|
||||||
netstat -ltpn
|
netstat -ltpn
|
||||||
sudo mysql -e 'select version();'
|
#sudo mysql -e 'select version();'
|
||||||
mysql -h 127.0.0.1 -P3306 -uroot -proot test< ./employees.sql
|
mysql --protocol=TCP -uroot -proot test< ./employees.sql
|
||||||
cd -
|
cd -
|
||||||
rm -rf test_db
|
rm -rf test_db
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Run help mode
|
- name: Run help mode
|
||||||
run: perl ./mysqltuner.pl --help
|
run: perl ./mysqltuner.pl --help
|
||||||
|
|
Loading…
Reference in a new issue