Skip to content

Commit 28a40b2

Browse files
committed
[skip ci] Pass --no-progress flag in libmysqlclient test
1 parent d644600 commit 28a40b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ runs:
1919
rm -rf junit.xml | true
2020
sapi/cli/php run-tests.php -P -q \
2121
-g FAIL,BORK,LEAK,XLEAK \
22-
--offline --show-diff --show-slow 1000 --set-timeout 120 \
22+
--no-progress --offline --show-diff --show-slow 1000 --set-timeout 120 \
2323
ext/pdo_mysql

0 commit comments

Comments
 (0)