Skip to content

Commit 0265944

Browse files
committed
Update build.yml
1 parent f55a990 commit 0265944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +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
197+
cat infection.json5 | jq
198198
199199
- name: "Cache Result cache"
200200
uses: actions/cache@v4

0 commit comments

Comments
 (0)