Skip to content

Commit d82e702

Browse files
committed
Update auto-review group name
1 parent 6b241e4 commit d82e702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-autoreview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
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

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)