From af540f428cd09bbef957eaa977708f809ebc3128 Mon Sep 17 00:00:00 2001 From: asantibanez Date: Thu, 22 Aug 2024 10:15:17 -0500 Subject: [PATCH] Fixed CI --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 5c30230..af8c68d 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -26,4 +26,4 @@ jobs: run: composer install - name: Run tests - run: ./vendor/bin/phpunit + run: XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-text