From 335df8f9c3c8b06955509a2c359ef6d085e2a3e3 Mon Sep 17 00:00:00 2001 From: Esteban De La Fuente Rubio Date: Tue, 21 Jan 2025 11:53:32 -0300 Subject: [PATCH] =?UTF-8?q?Se=20ejecuta=20PHPUnit=20directamente,=20no=20a?= =?UTF-8?q?=20trav=C3=A9s=20de=20composer=20por=20timeout=20de=20composer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .scrutinizer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85ead4cd..7751d5d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: composer install --no-progress --no-suggest --prefer-dist - name: Run PHPUnit - run: composer tests + run: XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml - name: Upload PHPUnit result report if: failure() diff --git a/.scrutinizer.yml b/.scrutinizer.yml index b944cd7b..495a146d 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -7,7 +7,7 @@ build: tests: override: - php-scrutinizer-run - - command: composer tests + - command: XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml coverage: file: var/tests-coverage.xml format: clover