Skip to content

Commit 9d1487f

Browse files
committed
PHPUnit --debug so we see which test is hanging
1 parent bf2ae06 commit 9d1487f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/phpunit-tests-turso.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ jobs:
588588
set +e
589589
timeout --kill-after=10 600 \
590590
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
591+
--debug \
591592
--log-junit /tmp/phpunit-turso.xml
592593
ec=$?
593594
if [ ! -s /tmp/phpunit-turso.xml ]; then

0 commit comments

Comments
 (0)