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 49
49
COMPOSER_AUTH : ${{ secrets.COMPOSER_AUTH }}
50
50
51
51
- 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:
170
170
COVERAGE_NAME : php-v${{ env.COVERAGE_PHP_VERSION }}-${{ matrix.db-platforms }}
171
171
172
172
- 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 }}"
174
174
env :
175
175
DB : ${{ matrix.db-platforms }}
176
176
TERM : xterm-256color
You can’t perform that action at this time.
0 commit comments