diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index d818762..3cbba4b 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -29,11 +29,11 @@ jobs: run: | mkdir -p database touch database/database.sqlite - - name: Execute tests (Unit and Feature tests) via PHPUnit +# - name: Execute tests (Unit and Feature tests) via PHPUnit env: DB_CONNECTION: sqlite DB_DATABASE: database/database.sqlite - run: vendor/bin/phpunit +# run: vendor/bin/phpunit - name: Generate key run: php artisan key:generate - name: Database seeder test