Skip to content

Commit d85bdfd

Browse files
committed
[skip ci] Don't generate junit.xml in libmysqlclient for now
We're not uploading it anyway, and it makes the verify generated files step fail.
1 parent aa179bf commit d85bdfd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/actions/test-libmysqlclient/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ runs:
1414
export PDO_MYSQL_TEST_HOST=127.0.0.1
1515
export PDO_MYSQL_TEST_USER=root
1616
export PDO_MYSQL_TEST_PASS=root
17-
export TEST_PHP_JUNIT=junit.xml
1817
export REPORT_EXIT_STATUS=no
19-
rm -rf junit.xml | true
2018
sapi/cli/php run-tests.php -P -q \
2119
-g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \
2220
--offline --show-diff --show-slow 1000 --set-timeout 120 \

0 commit comments

Comments
 (0)