Skip to content

Commit

Permalink
added withoutExceptionHandling to diagnose GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Mar 23, 2024
1 parent cf105bf commit cbdffb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Modules/Auth/Tests/Feature/AuthenticationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
uses(TestCase::class);

test('login screen can be rendered', function () {

$this->withoutExceptionHandling();

get('/login')->assertOk();
});

Expand Down

0 comments on commit cbdffb9

Please sign in to comment.