Skip to content

Commit

Permalink
Remove explicit --logger-github flag, not that it is auto-detected in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Jan 31, 2022
1 parent 365bf4c commit 0f2f968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mt-annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Run Infection for added files only
run: |
git fetch origin $GITHUB_BASE_REF
php bin/infection -j2 --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations --only-covered
php bin/infection -j2 --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --only-covered

0 comments on commit 0f2f968

Please sign in to comment.