fix: with port number
This commit is contained in:
parent
856ef452f3
commit
06680834c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/exec.yml
vendored
2
.github/workflows/exec.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
run: |
|
||||
git clone https://github.com/datacharmer/test_db.git
|
||||
cd test_db
|
||||
mysql -uroot -proot < ./employees.sql
|
||||
mysql -P3306 -uroot -proot < ./employees.sql
|
||||
cd -
|
||||
rm -rf test_db
|
||||
# Runs a single command using the runners shell
|
||||
|
|
Loading…
Reference in a new issue