Skip to content

Commit

Permalink
Фикс exit code для gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
simba77 committed May 29, 2024
1 parent 376cc99 commit 267469f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/Feature/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@

class ExampleTest extends TestCase
{
/**
* A basic test example.
*/
public function testThatTrueIsTrue(): void
{
$this->assertTrue(true);
}
}

0 comments on commit 267469f

Please sign in to comment.