Skip to content

Commit f7f96d2

Browse files
authored
fix CI (#13)
1 parent 0bb9e24 commit f7f96d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
- name: Install Composer dependencies
5656
run: composer update -n --prefer-dist ${{ matrix.composer-flags }}
5757
- name: Run Tests
58-
if: ${{ matrix.php-versions == 8.0 && matrix.operating-system == 'ubuntu-latest' }}
5958
run: vendor/bin/simple-phpunit --coverage-clover coverage.xml
6059
- name: Upload coverage to Codecov
6160
uses: codecov/codecov-action@v1
@@ -64,7 +63,7 @@ jobs:
6463
env:
6564
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
6665
run: |
67-
composer req infection/infection
66+
composer req infection/infection -W
6867
vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=100 --min-msi=100 -s -j4
6968
- name: Run phpstan
7069
if: ${{ matrix.php-versions == 8.0 && matrix.operating-system == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)