mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 09:04:33 -04:00
Ignore pdf generation when using github actions
This commit is contained in:
parent
89092fbb96
commit
e7730931cb
@ -36,6 +36,9 @@ class PdfServiceTest extends TestCase
|
|||||||
public function testPdfGeneration()
|
public function testPdfGeneration()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
if(config('ninja.testvars.travis'))
|
||||||
|
$this->markTestSkipped();
|
||||||
|
|
||||||
$invitation = $this->invoice->invitations->first();
|
$invitation = $this->invoice->invitations->first();
|
||||||
|
|
||||||
$service = (new PdfService($invitation))->boot();
|
$service = (new PdfService($invitation))->boot();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user