We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9a60a commit e686defCopy full SHA for e686def
.github/workflows/build.yml
@@ -194,11 +194,13 @@ jobs:
194
run: "composer install --no-interaction --no-progress"
195
196
- 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
+ run: cp build-infection/resources/infection.json5 .
+ #- name: "Configure mutators"
+ # run: |
+ # php build-infection/bin/infection-config.php \
+ # --mutator-class='PHPStan\Infection\TrinaryLogicMutator' \
202
+ # > infection.json5
203
+ # cat infection.json5 | jq
204
205
- name: "Cache Result cache"
206
uses: actions/cache@v4
0 commit comments