We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9b720 commit 01a079fCopy full SHA for 01a079f
.github/workflows/mutation.yml
@@ -49,8 +49,6 @@ jobs:
49
run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
50
51
- name: Run infection
52
- run: |
53
- git fetch --depth=1 origin $GITHUB_BASE_REF
54
- vendor/bin/roave-infection-static-analysis-plugin -j2 --git-diff-filter=A --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations --only-covered
+ run: vendor/bin/infection --no-progress
55
env:
56
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
0 commit comments