thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.72k stars 2.67k forks source link

Fix failing tests for Laravel 10 #5815

Closed bobbyiliev closed 7 months ago

bobbyiliev commented 8 months ago

As now all seed classes are stored in the database/seeders directory changing this accordingly.

Also adding --no-coverage flag to the tests workflow as we have a separate coverage workflow.