mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Update php-test.yml (#5077)
This commit is contained in:
parent
29f9972da2
commit
ad7b86a557
2
.github/workflows/php-test.yml
vendored
2
.github/workflows/php-test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user