File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ jobs:
253
253
- name : Run mutation testing
254
254
run : |
255
255
git fetch origin $GITHUB_BASE_REF
256
- php tools/infection.phar --threads=max --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --only-covered
256
+ php ./ tools/infection --threads=max --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --only-covered
257
257
258
258
build-phar :
259
259
name : Build PHAR
Original file line number Diff line number Diff line change 5
5
<phar name =" psalm" version =" ^5.0" installed =" 5.23.1" location =" ./tools/psalm" copy =" true" />
6
6
<phar name =" humbug/php-scoper" version =" ^0.18" installed =" 0.18.11" location =" ./tools/php-scoper" copy =" true" />
7
7
<phar name =" composer" version =" ^2.0.3" installed =" 2.7.2" location =" ./tools/composer" copy =" true" />
8
+ <phar name =" infection" version =" ^0.28" installed =" 0.28.1" location =" ./tools/infection" copy =" true" />
8
9
</phive >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments