File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 COMPOSER_AUTH : ${{ secrets.COMPOSER_AUTH }}
5050
5151 - name : Run AutoReview Tests
52- run : vendor/bin/phpunit --color=always --group=auto-review --no-coverage
52+ run : vendor/bin/phpunit --color=always --group=AutoReview --no-coverage
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 COVERAGE_NAME : php-v${{ env.COVERAGE_PHP_VERSION }}-${{ matrix.db-platforms }}
171171
172172 - name : Test with PHPUnit
173- run : script -e -c "vendor/bin/phpunit --color=always --exclude-group=auto-review ${{ steps.phpunit-coverage-option.outputs.result }}"
173+ run : script -e -c "vendor/bin/phpunit --color=always --exclude-group=AutoReview ${{ steps.phpunit-coverage-option.outputs.result }}"
174174 env :
175175 DB : ${{ matrix.db-platforms }}
176176 TERM : xterm-256color
You can’t perform that action at this time.
0 commit comments