fix: adding credentials
This commit is contained in:
parent
009790af3f
commit
71d2fa7913
1 changed files with 2 additions and 2 deletions
4
.github/workflows/exec.yml
vendored
4
.github/workflows/exec.yml
vendored
|
@ -55,8 +55,8 @@ jobs:
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Run verbose mode
|
- 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
|
# Runs a single command using the runners shell
|
||||||
- name: Run verbose mode with dumpdir result
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue