Update php-test.yml (#5077)

This commit is contained in:
Yuriy Bakhtin 2021-05-17 18:11:31 +03:00 committed by GitHub
parent 29f9972da2
commit ad7b86a557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ jobs:
- name: Verify MySQL connection from host
run: |
sudo apt-get install -y mysql-client
sudo apt-get update && sudo apt-get install -y mysql-client
mysql --host 127.0.0.1 --port ${{ job.services.mysql.ports['3306'] }} -uroot -proot -e "SHOW DATABASES"
- name: Install npm dependencies