diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index e46f7ac..42736d9 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -44,7 +44,7 @@ jobs: env: DB_CONNECTION: sqlite DB_DATABASE: database/database.sqlite - run: php artisan client + run: php artisan client -vvv - name: npm build run: npm run build - name: Execute tests (Unit and Feature tests) via PHPUnit