Skip to content

Commit

Permalink
ci: skip ipv6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Dec 9, 2024
1 parent 729e9ab commit 4bc917d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/Feature/CommandLineToolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@

expect($result_code)->toBe(0)
->and($filtered)->toBeString();
});
})->skip(
conditionOrMessage: fn () => getenv('CI') === 'true',
message: 'GitHub Actions does not have IPv6 enabled'
);

0 comments on commit 4bc917d

Please sign in to comment.