Skip to content

Commit 780fe31

Browse files
committed
fix infection
1 parent 9d6d4b0 commit 780fe31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mutation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ name: mutation test
2222

2323
jobs:
2424
mutation:
25-
uses: yiisoft/actions/.github/workflows/roave-infection.yml@master
25+
uses: yiisoft/actions/.github/workflows/infection.yml@master
2626
with:
27-
min-covered-msi: 100
2827
os: >-
2928
['ubuntu-latest']
3029
php: >-
3130
['8.5']
31+
infection-args: "--ignore-msi-with-no-mutations --min-covered-msi=100"
3232
secrets:
3333
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 commit comments

Comments
 (0)