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 12, 2022
1 parent c6f4429 commit 411ff98
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 @@ -48,4 +48,4 @@ jobs:
- name: Run Infection for added files only
run: |
git fetch --depth=1 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 411ff98

Please sign in to comment.