Skip to content

Commit 4a2c6a3

Browse files
committed
utilize build-infection/vendor/bin/infection
1 parent 9da5680 commit 4a2c6a3

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
@@ -175,9 +175,7 @@ infection:
175175
XDEBUG_MODE=coverage php tests/vendor/bin/paratest \
176176
--coverage-xml=tmp/coverage/coverage-xml \
177177
--log-junit=tmp/coverage/junit.xml
178-
version=$(shell jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock); \
179-
wget https://github.com/infection/infection/releases/download/$$version/infection.phar --timestamping;
180-
php infection.phar \
178+
php build-infection/vendor/bin/infection \
181179
--configuration=infection.json5 \
182180
--git-diff-base=origin/HEAD \
183181
--git-diff-lines \

0 commit comments

Comments
 (0)