From a4c8aab525a74df344a2f6574db2346ceb018aa8 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 24 Feb 2025 20:57:07 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a754102..db05645 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,9 +29,6 @@ jobs: - name: Install dependencies run: composer require laravel/framework:^${{ matrix.laravel }} - - name: Update PHPUnit Configuration - run: vendor/bin/phpunit --migrate-configuration - - name: Execute tests run: vendor/bin/pest --group SQLite @@ -75,9 +72,6 @@ jobs: max_attempts: 5 command: composer require laravel/framework:^${{ matrix.laravel }} - - name: Update PHPUnit Configuration - run: vendor/bin/phpunit --migrate-configuration - - name: Execute tests run: vendor/bin/pest --group MySQL env: @@ -130,9 +124,6 @@ jobs: - name: Install dependencies run: composer require laravel/framework:^${{ matrix.laravel }} - - name: Update PHPUnit Configuration - run: vendor/bin/phpunit --migrate-configuration - - name: Execute tests run: vendor/bin/pest --group Postgres env: