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 cf4eb88 commit 7491018Copy full SHA for 7491018
.github/workflows/build.yml
@@ -193,8 +193,11 @@ jobs:
193
working-directory: "build-infection"
194
run: "composer install --no-interaction --no-progress"
195
196
- - name: "Configure mutators"
197
- run: cp build-infection/resources/infection.json5 .
+ - name: "Configure infection"
+ run: |
198
+ php build-infection/bin/infection-config.php \
199
+ > infection.json5
200
+ cat infection.json5 | jq
201
202
- name: "Cache Result cache"
203
uses: actions/cache@v4
0 commit comments