diff --git a/.github/workflows/exec.yml b/.github/workflows/exec.yml index 82c6c59..d7e26b5 100644 --- a/.github/workflows/exec.yml +++ b/.github/workflows/exec.yml @@ -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