mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 17:34:30 -04:00
Fixes for tests
This commit is contained in:
parent
cb7d51a496
commit
2f02b17ab9
4
.github/workflows/phpunit.yml
vendored
4
.github/workflows/phpunit.yml
vendored
@ -64,13 +64,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Verify MySQL connection from container
|
- name: Verify MySQL connection from container
|
||||||
run: |
|
run: |
|
||||||
mysql -h"127.0.0.1" -uninja -pninja -e "SHOW DATABASES"
|
mysql -h"localhost" -uninja -pninja -e "SHOW DATABASES"
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
extensions: mysql, sqlite3, bcmath, gmp, gd, curl, zip, openssl, mbstring, xml
|
extensions: mysql, mysqlnd, sqlite3, bcmath, gmp, gd, curl, zip, openssl, mbstring, xml
|
||||||
|
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user