From 0a3a63867e00e7580436931fdbcdf6d835bc4cd7 Mon Sep 17 00:00:00 2001 From: SadeghPM Date: Tue, 24 Sep 2024 22:33:35 +0330 Subject: [PATCH] Update laravel.yml --- .github/workflows/laravel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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