Skip to content

Commit b5b5b89

Browse files
test(consumer): fix non-terminating consumer tests (#409)
1 parent 1cc72f8 commit b5b5b89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/consumer_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
run: |
4747
set -o pipefail
48-
.venv_docs/bin/python -m pytest -s -vv src/tests/ --repo="$CONSUMER" --junitxml="reports/${{ matrix.consumer }}.xml" | tee "reports/${{ matrix.consumer }}.log"
48+
.venv_docs/bin/python -m pytest -s -v src/tests/ --repo="$CONSUMER" --junitxml="reports/${{ matrix.consumer }}.xml" | tee "reports/${{ matrix.consumer }}.log"
4949
env:
5050
FORCE_COLOR: "1"
5151
TERM: xterm-256color

0 commit comments

Comments
 (0)