Skip to content

Commit 70ff635

Browse files
committed
Add phpunit workflow xml path
1 parent 2e5f443 commit 70ff635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: composer install --no-progress --prefer-dist --no-interaction
2828

2929
- name: Run tests
30-
run: ./vendor/bin/phpunit
30+
run: ./vendor/bin/phpunit --configuration phpunit.xml

0 commit comments

Comments
 (0)