File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 php-version : ${{ matrix.php-version }}
4444 coverage : pcov
4545 ini-values : memory_limit=-1
46- tools : composer:v2, phive
47-
48- - name : Install Infection
49- # The GPG key can be found at https://infection.github.io/guide/installation.html
50- run : phive --no-progress install --target ./build/tools --trust-gpg-keys C5095986493B4AA0 infection
46+ tools : composer:v2, infection
5147
5248 - name : Install Composer dependencies
5349 uses : ramsey/composer-install@v2
@@ -61,12 +57,12 @@ jobs:
6157 if : github.event_name == 'pull_request'
6258 run : |
6359 git fetch --depth=1 origin $GITHUB_BASE_REF
64- ./build/tools/ infection -j$(nproc) --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF \
60+ infection -j$(nproc) --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF \
6561 --logger-github --ignore-msi-with-no-mutations --only-covered \
6662 --skip-initial-tests --coverage=build/logs --no-interaction --no-progress
6763
6864 - name : Run Infection
6965 if : github.event_name == 'push'
7066 env :
7167 INFECTION_BADGE_API_KEY : ${{ secrets.INFECTION_BADGE_API_KEY }}
72- run : ./build/tools/ infection -j$(nproc) --skip-initial-tests --coverage=build/logs --no-interaction --no-progress
68+ run : infection -j$(nproc) --skip-initial-tests --coverage=build/logs --no-interaction --no-progress
You can’t perform that action at this time.
0 commit comments