fix: adding timer waiting mysql start
This commit is contained in:
parent
58a01544b1
commit
0ea8e42ab7
1 changed files with 3 additions and 1 deletions
4
.github/workflows/pull_request.yml
vendored
4
.github/workflows/pull_request.yml
vendored
|
@ -33,7 +33,9 @@ jobs:
|
|||
mysql version: "8.0"
|
||||
|
||||
- name: Run help mode
|
||||
run: perl ./mysqltuner.pl --help
|
||||
run: |
|
||||
sleep 20s
|
||||
sudo perl ./mysqltuner.pl --help
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Run verbose mode
|
||||
|
|
Loading…
Reference in a new issue