diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 052dc11..ed3020b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,4 +63,4 @@ jobs: run: composer install --ansi --no-interaction --no-progress - name: Execute Unit Tests - run: vendor/bin/phpunit --coverage-text + run: vendor/bin/phpunit