We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2ae06 commit 9d1487fCopy full SHA for 9d1487f
1 file changed
.github/workflows/phpunit-tests-turso.yml
@@ -588,6 +588,7 @@ jobs:
588
set +e
589
timeout --kill-after=10 600 \
590
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
591
+ --debug \
592
--log-junit /tmp/phpunit-turso.xml
593
ec=$?
594
if [ ! -s /tmp/phpunit-turso.xml ]; then
0 commit comments