fix: try to make it work

This commit is contained in:
Jean-Marie Renouard 2023-03-14 19:21:35 +00:00
parent a0c8807871
commit d6bbf7cc99

View file

@ -36,10 +36,9 @@ jobs:
git clone https://github.com/datacharmer/test_db.git git clone https://github.com/datacharmer/test_db.git
cd test_db cd test_db
sudo mysql -u root < employees.sql sudo mysql < ./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