Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Feb 24, 2025
1 parent ca04803 commit a4c8aab
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a4c8aab

Please sign in to comment.