mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Fixes for tests
This commit is contained in:
parent
589d2bb9a8
commit
60f59574a7
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
@ -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
Block a user