Skip to content

Commit 2159b26

Browse files
committed
Enable debug output for PHPUnit tests in Actions workflow
1 parent 1eb3e61 commit 2159b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests-and-coverage-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
mkdir gh-pages/phpunit || true;
9494
9595
- name: Run unit tests
96-
run: XDEBUG_MODE=coverage vendor/bin/phpunit --bootstrap tests/phpunit/bootstrap.php --coverage-php tests/_output/unit.cov
96+
run: XDEBUG_MODE=coverage vendor/bin/phpunit --bootstrap tests/phpunit/bootstrap.php --coverage-php tests/_output/unit.cov --debug
9797

9898
- name: Run wpunit tests
9999
run: XDEBUG_MODE=coverage vendor/bin/codecept run wpunit --coverage tests/_output/wpunit.cov --debug

0 commit comments

Comments
 (0)