Skip to content

Commit a786034

Browse files
committed
Update tests.yml
1 parent 9632b9c commit a786034

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,11 @@ jobs:
6060
- name: "Install dependencies"
6161
run: "composer install --no-interaction --no-progress"
6262

63-
- name: "Configure mutators"
64-
run: cp build-infection/resources/infection.json5 .
63+
- name: "Configure infection"
64+
run: |
65+
php build-infection/bin/infection-config.php \
66+
> infection.json5
67+
cat infection.json5 | jq
6568
6669
- name: "Cache Result cache"
6770
uses: actions/cache@v4

0 commit comments

Comments
 (0)