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…
Reference in New Issue