Skip to content

Commit 1ce7e3b

Browse files
committed
Update build.yml
1 parent 7c87507 commit 1ce7e3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,9 @@ jobs:
192192
- name: "Configure mutators"
193193
run: |
194194
php build-infection/bin/infection-config.php \
195-
--mutator-class='PHPStan\\Infection\\TrinaryLogicMutator' \
195+
--mutator-class='PHPStan\\\Infection\\\TrinaryLogicMutator' \
196196
> infection.json5
197+
cat infection.json5
197198
198199
- name: "Cache Result cache"
199200
uses: actions/cache@v4

0 commit comments

Comments
 (0)