fix: try to make it work
This commit is contained in:
parent
a0c8807871
commit
d6bbf7cc99
1 changed files with 1 additions and 2 deletions
3
.github/workflows/exec.yml
vendored
3
.github/workflows/exec.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue