Skip to content

Commit

Permalink
Se ejecuta PHPUnit directamente, no a través de composer por timeout …
Browse files Browse the repository at this point in the history
…de composer.
  • Loading branch information
estebandelaf committed Jan 21, 2025
1 parent 9eafeff commit 335df8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 335df8f

Please sign in to comment.