Skip to content

Commit

Permalink
Force fail test to debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 22, 2024
1 parent 07de33c commit 5ae48e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/tests/Feature/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ class ExampleTest extends TestCase
{
public function testExample()
{
$this->assertTrue(true);
$this->assertTrue(false);
}
}

0 comments on commit 5ae48e2

Please sign in to comment.