File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -79,17 +79,17 @@ jobs:
7979 - name : Run phpunit tests
8080 run : bin/phpunit --coverage-text --coverage-xml=build/logs/phpunit/coverage-xml --coverage-clover=build/logs/phpunit/clover.xml --log-junit=build/logs/phpunit/unit.xml --colors=never --order-by=random --exclude-group=integration
8181
82- - name : Run Infection tests
83- run : vendor/bin/infection --coverage=build/logs/phpunit --min-covered-msi=85 --threads=30
82+ # - name: Run Infection tests
83+ # run: vendor/bin/infection --coverage=build/logs/phpunit --min-covered-msi=85 --threads=30
8484
85- - name : Run Integration tests
86- run : bin/phpunit --log-junit=build/logs/phpunit/integration.xml --colors=never --order-by=random --group=integration
85+ # - name: Run Integration tests
86+ # run: bin/phpunit --log-junit=build/logs/phpunit/integration.xml --colors=never --order-by=random --group=integration
8787
88- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag=v4.6.2
89- if : ${{ always() }}
90- with :
91- name : infection.log
92- path : infection.log
88+ # - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag=v4.6.2
89+ # if: ${{ always() }}
90+ # with:
91+ # name: infection.log
92+ # path: infection.log
9393
9494 phploc :
9595 name : PHPLoc
You can’t perform that action at this time.
0 commit comments