Skip to content

Commit

Permalink
Update mutation tests (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Apr 16, 2024
1 parent b729779 commit f1352b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
- name: Download Infection
run: |
wget https://github.com/infection/infection/releases/download/0.26.19/infection.phar
wget https://github.com/infection/infection/releases/download/0.28.1/infection.phar
chmod +x infection.phar
- name: Run Infection for added files only
if: github.event_name == 'pull_request'
run: |
git fetch --depth=1 origin $GITHUB_BASE_REF
php infection.phar -j8 --git-diff-filter=A --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations --only-covered
php infection.phar -j8 --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations --only-covered
- name: Run Infection for all files
if: github.event_name == 'push'
Expand Down

0 comments on commit f1352b4

Please sign in to comment.