Skip to content

Commit b760e02

Browse files
committed
utilize build-infection/vendor/bin/infection
1 parent 5c25a12 commit b760e02

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,7 @@ infection:
174174
XDEBUG_MODE=coverage php tests/vendor/bin/paratest \
175175
--coverage-xml=tmp/coverage/coverage-xml \
176176
--log-junit=tmp/coverage/junit.xml
177-
version=$(shell jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock); \
178-
wget https://github.com/infection/infection/releases/download/$$version/infection.phar --timestamping;
179-
php infection.phar \
177+
php build-infection/vendor/bin/infection \
180178
--configuration=infection.json5 \
181179
--git-diff-base=origin/HEAD \
182180
--git-diff-lines \

0 commit comments

Comments
 (0)