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 the view is there cause its working please help
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 the view is there cause its working please help
3 Replies
.env.testing
```env
APP_NAME="myapp"
APP_ENV=testing
APP_KEY=base64:iSgW1vFSRF9ieXJpLps9+IvET2U8vcG7iw0NLE2yRvM=
APP_DEBUG=true
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=test
DB_USERNAME=root
DB_PASSWORD=
weird.. maybe you could ignore this view in the test
Tests: 32 passed (176 assertions)
Duration: 12.02s
you are a lifesaver thank you