Skip to content

Commit

Permalink
fix CI (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
IonBazan authored Dec 2, 2021
1 parent 0bb9e24 commit f7f96d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
- name: Install Composer dependencies
run: composer update -n --prefer-dist ${{ matrix.composer-flags }}
- name: Run Tests
if: ${{ matrix.php-versions == 8.0 && matrix.operating-system == 'ubuntu-latest' }}
run: vendor/bin/simple-phpunit --coverage-clover coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand All @@ -64,7 +63,7 @@ jobs:
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
run: |
composer req infection/infection
composer req infection/infection -W
vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=100 --min-msi=100 -s -j4
- name: Run phpstan
if: ${{ matrix.php-versions == 8.0 && matrix.operating-system == 'ubuntu-latest' }}
Expand Down

0 comments on commit f7f96d2

Please sign in to comment.