fix: adding timer waiting mysql start

This commit is contained in:
Jean-Marie RENOUARD 2023-03-22 16:13:45 +01:00
parent 58a01544b1
commit 0ea8e42ab7

View file

@ -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