Skip to content

Commit

Permalink
ci: fix infection error
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent4vx committed Aug 1, 2023
1 parent 17247dc commit 2a4cb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ infection.phar:
wget --no-check-certificate "https://github.com/infection/infection/releases/download/$(INFECTION_VERSION)/infection.phar.asc"
chmod +x infection.phar

infection: infection.phar test-server run-infection kill-test-server
infection: infection.phar run-infection

infection-ci: INFECTION_ARGS=--logger-github --git-diff-filter=AM
infection-ci: INFECTION_ARGS=--logger-github --git-diff-filter=AM --min-msi=80
infection-ci: INFECTION_VERSION=0.23.0
infection-ci: infection

Expand Down

0 comments on commit 2a4cb47

Please sign in to comment.