mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 07:44:38 -04:00
Fixes for github actions
This commit is contained in:
parent
36dc83636c
commit
6925c6e9f5
1
.github/workflows/phpunit.yml
vendored
1
.github/workflows/phpunit.yml
vendored
@ -34,7 +34,6 @@ jobs:
|
|||||||
NINJA_LICENSE: 123456
|
NINJA_LICENSE: 123456
|
||||||
TRAVIS: true
|
TRAVIS: true
|
||||||
MAIL_MAILER: log
|
MAIL_MAILER: log
|
||||||
APP_URL: http://ninja.test
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
|
@ -167,7 +167,8 @@ trait MockAccountData
|
|||||||
|
|
||||||
$settings = CompanySettings::defaults();
|
$settings = CompanySettings::defaults();
|
||||||
|
|
||||||
$settings->company_logo = asset('images/new_logo.png');
|
$settings->company_logo = '';
|
||||||
|
// $settings->company_logo = asset('images/new_logo.png');
|
||||||
$settings->website = 'www.invoiceninja.com';
|
$settings->website = 'www.invoiceninja.com';
|
||||||
$settings->address1 = 'Address 1';
|
$settings->address1 = 'Address 1';
|
||||||
$settings->address2 = 'Address 2';
|
$settings->address2 = 'Address 2';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user