fix: adding credentials

This commit is contained in:
Jean-Marie Renouard 2023-03-14 21:06:59 +00:00
parent 009790af3f
commit 71d2fa7913

View file

@ -55,8 +55,8 @@ jobs:
# Runs a single command using the runners shell
- name: Run verbose mode
run: sudo perl ./mysqltuner.pl --verbose
run: sudo perl ./mysqltuner.pl --user=root --pass=root --protocol tcp --verbose
# Runs a single command using the runners shell
- name: Run verbose mode with dumpdir result
run: sudo perl ./mysqltuner.pl --verbose --dumpdir=result
run: sudo perl ./mysqltuner.pl --user=root --pass=root --protocol tcp --verbose --dumpdir=result