Skip to content

Commit 39e3e8c

Browse files
committed
run infection in all test jobs
1 parent 2838617 commit 39e3e8c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/platform-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
- "8.4"
2929
update-packages:
3030
- ""
31-
run-infection:
32-
- ""
3331

3432
include:
3533
- php-version: "8.1"
@@ -40,9 +38,6 @@ jobs:
4038
update-packages: doctrine/orm:^3.0 doctrine/dbal:^4.0 carbonphp/carbon-doctrine-types:^3 gedmo/doctrine-extensions:^3
4139
- php-version: "8.4"
4240
update-packages: doctrine/orm:^3.0 doctrine/dbal:^4.0 carbonphp/carbon-doctrine-types:^3 gedmo/doctrine-extensions:^3
43-
- php-version: "8.4"
44-
run-infection: "true"
45-
update-packages: infection/infection
4641

4742
steps:
4843
- name: "Checkout"
@@ -79,12 +74,10 @@ jobs:
7974

8075
- name: "Run platform matrix test"
8176
run: vendor/bin/phpunit --group=platform
82-
if: ${{ matrix.run-infection == '' }}
8377

8478
- name: "Run infection"
8579
run: vendor/bin/infection
8680
#run: vendor/bin/infection --git-diff-filter=AM
87-
if: ${{ matrix.run-infection != '' }}
8881

8982
services:
9083
postgres:

0 commit comments

Comments
 (0)