From 20fa066947fa1a91f5c25bf9e00de848a89dbfc5 Mon Sep 17 00:00:00 2001 From: zv0n Date: Sun, 11 May 2025 13:19:40 +0200 Subject: [PATCH] Skip puppeteer on GH actions --- tests/Feature/Api/DeviceEndpointsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Api/DeviceEndpointsTest.php b/tests/Feature/Api/DeviceEndpointsTest.php index 04eec69..f1b75e8 100644 --- a/tests/Feature/Api/DeviceEndpointsTest.php +++ b/tests/Feature/Api/DeviceEndpointsTest.php @@ -542,4 +542,4 @@ test('plugin doesn\'t update image unless required', function () { expect($thirdResponse['filename']) ->not->toBe($firstResponse['filename']); -}); +})->skipOnGitHubActions();