We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efcffc9 + d85bdfd commit acccb39Copy full SHA for acccb39
.github/actions/test-libmysqlclient/action.yml
@@ -14,9 +14,7 @@ runs:
14
export PDO_MYSQL_TEST_HOST=127.0.0.1
15
export PDO_MYSQL_TEST_USER=root
16
export PDO_MYSQL_TEST_PASS=root
17
- export TEST_PHP_JUNIT=junit.xml
18
export REPORT_EXIT_STATUS=no
19
- rm -rf junit.xml | true
20
sapi/cli/php run-tests.php -P -q \
21
-g FAIL,BORK,LEAK,XLEAK \
22
--no-progress --offline --show-diff --show-slow 1000 --set-timeout 120 \
0 commit comments