Skip to content

Commit 6211251

Browse files
committed
Remove phpunit verbose option from test-windows workflow
1 parent d4525e5 commit 6211251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
export PATH=$PWD/librdkafka.redist.${{ matrix.librdkafka }}/runtimes/win-x64/native:$PATH
7070
composer test-init
71-
vendor/bin/phpunit --verbose --debug;
71+
vendor/bin/phpunit --debug;
7272
7373
- name: Stop kafka
7474
run: |

0 commit comments

Comments
 (0)