Skip to content

Commit 7491018

Browse files
committed
Update build.yml
1 parent cf4eb88 commit 7491018

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,11 @@ jobs:
193193
working-directory: "build-infection"
194194
run: "composer install --no-interaction --no-progress"
195195

196-
- name: "Configure mutators"
197-
run: cp build-infection/resources/infection.json5 .
196+
- name: "Configure infection"
197+
run: |
198+
php build-infection/bin/infection-config.php \
199+
> infection.json5
200+
cat infection.json5 | jq
198201
199202
- name: "Cache Result cache"
200203
uses: actions/cache@v4

0 commit comments

Comments
 (0)