Skip to content

Commit

Permalink
Disable infection
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Mar 16, 2024
1 parent 7ac9acd commit 60eadf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Infection
run: ./vendor/bin/infection --min-msi=100
env:
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
# - name: Infection
# run: ./vendor/bin/infection --min-msi=100
# env:
# INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}

- name: PHPStan
run: ./vendor/bin/phpstan
Expand Down

0 comments on commit 60eadf2

Please sign in to comment.