fix: with port number

This commit is contained in:
Jean-Marie Renouard 2023-03-14 20:18:11 +00:00
parent 856ef452f3
commit 06680834c2

View file

@ -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