Github Action Test Failing with brand logo on

ViewException
View [software.settings.logo] not found. (View: /home/runner/work/myapp/myapp/vendor/filament/filament/resources/views/components/logo.blade.php) (View: /home/runner/work/myapp/myapp/vendor/filament/filament/resources/views/components/logo.blade.php)

this is the error im getting in github ,

all my test pass if in my local enviroment and when i remove this line in my panel all test passes in github action

->brandLogo(fn () => view('software.settings.logo'))


the view is there cause its working

please help
Was this page helpful?