Skip to content

Commit 0645768

Browse files
committed
mutator script
1 parent d4edda1 commit 0645768

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ jobs:
189189
working-directory: "build-infection"
190190
run: "composer install --no-interaction --no-progress"
191191

192+
- name: "Configure mutators"
193+
run: |
194+
php build-infection/bin/infection-config.php \
195+
--mutator-class='PHPStan\Infection\TrinaryLogicMutator' \
196+
> infection.json5
197+
192198
- uses: "actions/download-artifact@v4"
193199
with:
194200
name: "result-cache-${{ matrix.php-version }}"

infection.json5

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)