Skip to content

Commit

Permalink
ci: run native infection (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Mar 23, 2024
1 parent 5f0b46c commit 01c30a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/infection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: "ramsey/composer-install@v2"

- name: Run Infection
run: vendor/bin/roave-infection-static-analysis-plugin --threads=$(nproc)
run: vendor/bin/infection --threads=$(nproc)
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^10.1",
"psalm/plugin-phpunit": "^0.19.0",
"roave/infection-static-analysis-plugin": "^1.31",
"vimeo/psalm": "^5.0"
},
"autoload": {
Expand Down

0 comments on commit 01c30a0

Please sign in to comment.