Skip to content

Commit

Permalink
Fetch full history to allow finding common ancestor, not just last co…
Browse files Browse the repository at this point in the history
…mmit
  • Loading branch information
bdsl committed Jan 25, 2022
1 parent 37fdf6c commit 3ddabe7
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 @@ -47,5 +47,5 @@ jobs:
- name: Run Infection for added files only
run: |
git fetch --depth=1 origin $GITHUB_BASE_REF
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

0 comments on commit 3ddabe7

Please sign in to comment.