Skip to content

Commit

Permalink
Fix workflow mutation. (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw authored Feb 11, 2024
1 parent 67a21fa commit 2211130
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:

php:
- 8.1
- 8.2

services:
oci:
Expand Down Expand Up @@ -88,6 +87,6 @@ jobs:

- name: Run infection.
run: |
vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
vendor/bin/roave-infection-static-analysis-plugin --threads=2 --ignore-msi-with-no-mutations --only-covered
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 comments on commit 2211130

Please sign in to comment.