Fixes for tests
This commit is contained in:
parent
589d2bb9a8
commit
60f59574a7
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
|
|
||||||
- name: Verify MySQL connection from container
|
- name: Verify MySQL connection from container
|
||||||
run: |
|
run: |
|
||||||
mysql --host mysql -uroot -pninja -e "SHOW DATABASES"
|
mysql -uroot -pninja -e "SHOW DATABASES"
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue