Skip to content

Commit 7a0f3b3

Browse files
committed
chore: rename phpunit.xml to phpunit.xml.dist
1 parent 19de332 commit 7a0f3b3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
run: composer update --prefer-dist --no-interaction --no-progress
4040

4141
- name: Run PHPUnit ${{ matrix.phpunit-version }}
42-
run: vendor/bin/phpunit --coverage-xml=build/coverage-xml
42+
run: vendor/bin/phpunit --configuration=phpunit.xml.dist --coverage-xml=build/coverage-xml
File renamed without changes.

0 commit comments

Comments
 (0)