File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 3232 php-version : ${{ matrix.php-version }}
3333 coverage : pcov
3434 ini-values : memory_limit=-1
35- tools : composer:v2, phive
36-
37- - name : Install Infection
38- # The GPG key can be found at https://infection.github.io/guide/installation.html
39- run : |
40- phive --no-progress install --target ./build/tools --trust-gpg-keys C5095986493B4AA0 infection
35+ tools : composer:v2, infection
4136
4237 - name : Get Composer cache directory
4338 id : composer-cache
6358 if : ${{ github.base_ref != '' }}
6459 run : |
6560 CHANGED_FILES=$(git diff origin/$GITHUB_BASE_REF --diff-filter=AM --name-only | grep src/ | paste -sd "," -);
66- ./build/tools/ infection -j$(nproc) --skip-initial-tests --no-interaction --no-progress --coverage=build/logs \
61+ infection -j$(nproc) --skip-initial-tests --no-interaction --no-progress --coverage=build/logs \
6762 --ignore-msi-with-no-mutations \
6863 --filter=$CHANGED_FILES
6964 env :
7267 - name : Infection
7368 if : ${{ github.base_ref == '' }}
7469 run : |
75- ./build/tools/ infection -j$(nproc) --skip-initial-tests --no-interaction --no-progress --coverage=build/logs
70+ infection -j$(nproc) --skip-initial-tests --no-interaction --no-progress --coverage=build/logs
7671 env :
7772 INFECTION_BADGE_API_KEY : ${{ secrets.INFECTION_BADGE_API_KEY }}
You can’t perform that action at this time.
0 commit comments