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 9632b9c commit a786034Copy full SHA for a786034
.github/workflows/tests.yml
@@ -60,8 +60,11 @@ jobs:
60
- name: "Install dependencies"
61
run: "composer install --no-interaction --no-progress"
62
63
- - name: "Configure mutators"
64
- run: cp build-infection/resources/infection.json5 .
+ - name: "Configure infection"
+ run: |
65
+ php build-infection/bin/infection-config.php \
66
+ > infection.json5
67
+ cat infection.json5 | jq
68
69
- name: "Cache Result cache"
70
uses: actions/cache@v4
0 commit comments