mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 09:24:33 -04:00
Fixes for tests
This commit is contained in:
parent
9444c4d3f3
commit
cb7d51a496
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
|
||||
- name: Verify MySQL connection from container
|
||||
run: |
|
||||
mysql -uninja -pninja -e "SHOW DATABASES"
|
||||
mysql -h"127.0.0.1" -uninja -pninja -e "SHOW DATABASES"
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user