Skip to content

Commit cd7bf55

Browse files
committed
Update auto-review group name
1 parent a36c63c commit cd7bf55

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
@@ -168,7 +168,7 @@ jobs:
168168
COVERAGE_NAME: php-v${{ env.COVERAGE_PHP_VERSION }}-${{ matrix.db-platforms }}
169169

170170
- name: Test with PHPUnit
171-
run: script -e -c "vendor/bin/phpunit --color=always --exclude-group=auto-review ${{ steps.phpunit-coverage-option.outputs.result }}"
171+
run: script -e -c "vendor/bin/phpunit --color=always --exclude-group=AutoReview ${{ steps.phpunit-coverage-option.outputs.result }}"
172172
env:
173173
DB: ${{ matrix.db-platforms }}
174174
TERM: xterm-256color

0 commit comments

Comments
 (0)