mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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()
|
||||
{
|
||||
|
||||
if(config('ninja.testvars.travis'))
|
||||
$this->markTestSkipped();
|
||||
|
||||
$invitation = $this->invoice->invitations->first();
|
||||
|
||||
$service = (new PdfService($invitation))->boot();
|
||||
|
Loading…
x
Reference in New Issue
Block a user