Skip to content

Commit e8682ea

Browse files
committed
ci(tests): fix phpunit run
1 parent 25bbe15 commit e8682ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,8 @@ jobs:
126126
env:
127127
XDEBUG_MODE: coverage
128128
with:
129-
bootstrap: vendor/autoload.php
130-
configuration: phpunit.xml
131129
php_extensions: xdebug
132-
args: tests --coverage-clover ./vendor/coverage.xml
130+
run: ./vendor/bin/phpunit --coverage-clover ./vendor/coverage.xml
133131

134132
- name: Upload to Codecov
135133
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)