fix: an other try
This commit is contained in:
parent
d6bbf7cc99
commit
d69b960d04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/exec.yml
vendored
2
.github/workflows/exec.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
git clone https://github.com/datacharmer/test_db.git
|
||||
cd test_db
|
||||
sudo mysql < ./employees.sql
|
||||
mysql < ./employees.sql
|
||||
cd -
|
||||
rm -rf test_db
|
||||
# Runs a single command using the runners shell
|
||||
|
|
Loading…
Reference in a new issue