Skip to content

Commit a4c8aab

Browse files
Update tests.yml
1 parent ca04803 commit a4c8aab

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
- name: Install dependencies
3030
run: composer require laravel/framework:^${{ matrix.laravel }}
3131

32-
- name: Update PHPUnit Configuration
33-
run: vendor/bin/phpunit --migrate-configuration
34-
3532
- name: Execute tests
3633
run: vendor/bin/pest --group SQLite
3734

@@ -75,9 +72,6 @@ jobs:
7572
max_attempts: 5
7673
command: composer require laravel/framework:^${{ matrix.laravel }}
7774

78-
- name: Update PHPUnit Configuration
79-
run: vendor/bin/phpunit --migrate-configuration
80-
8175
- name: Execute tests
8276
run: vendor/bin/pest --group MySQL
8377
env:
@@ -130,9 +124,6 @@ jobs:
130124
- name: Install dependencies
131125
run: composer require laravel/framework:^${{ matrix.laravel }}
132126

133-
- name: Update PHPUnit Configuration
134-
run: vendor/bin/phpunit --migrate-configuration
135-
136127
- name: Execute tests
137128
run: vendor/bin/pest --group Postgres
138129
env:

0 commit comments

Comments
 (0)