From dc5038352cffdf07d930b1c5326cd308d36d7d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berkan=20=C3=9Cm=C3=BCtl=C3=BC?= <39056881+berkanumutlu@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:39:50 +0300 Subject: [PATCH] Update laravel.yml --- .github/workflows/laravel.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 4f2d46f..499c349 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -33,10 +33,3 @@ jobs: run: | mkdir -p database touch database/laravel_example_app.sql - - name: Execute tests (Unit and Feature tests) via PHPUnit/Pest - working-directory: project - env: - DB_CONNECTION: mysql - DB_DATABASE: database/laravel_example_app.sql - CACHE_DRIVER: file - run: php artisan test