fix: adding localhost host

This commit is contained in:
Jean-Marie Renouard 2023-03-14 20:23:07 +00:00
parent 06680834c2
commit fe300aae1b
2 changed files with 2 additions and 1 deletions

View file

@ -35,7 +35,7 @@ jobs:
run: |
git clone https://github.com/datacharmer/test_db.git
cd test_db
mysql -P3306 -uroot -proot < ./employees.sql
mysql -h 127.0.0.1 -P3306 -uroot -proot test< ./employees.sql
cd -
rm -rf test_db
# Runs a single command using the runners shell

1
test_db Submodule

@ -0,0 +1 @@
Subproject commit d01cb62fcfa4671773f167480df174d8ce4316c1