Skip to content

Commit e686def

Browse files
committed
Update build.yml
1 parent ef9a60a commit e686def

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,13 @@ jobs:
194194
run: "composer install --no-interaction --no-progress"
195195

196196
- name: "Configure mutators"
197-
run: |
198-
php build-infection/bin/infection-config.php \
199-
--mutator-class='PHPStan\Infection\TrinaryLogicMutator' \
200-
> infection.json5
201-
cat infection.json5 | jq
197+
run: cp build-infection/resources/infection.json5 .
198+
#- name: "Configure mutators"
199+
# run: |
200+
# php build-infection/bin/infection-config.php \
201+
# --mutator-class='PHPStan\Infection\TrinaryLogicMutator' \
202+
# > infection.json5
203+
# cat infection.json5 | jq
202204

203205
- name: "Cache Result cache"
204206
uses: actions/cache@v4

0 commit comments

Comments
 (0)