Skip to content

Commit e0e9e35

Browse files
committed
print even if test passed
-e Signed-off-by: machichima <nary12321@gmail.com>
1 parent 464aa9a commit e0e9e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,9 @@ jobs:
430430
# onnx plugins does not support protobuf>4 yet (in fact it is tensorflow that
431431
# does not support that yet). More details in https://github.com/onnx/onnx/issues/4239.
432432
if [[ ${{ matrix.plugin-names }} == *"onnx"* || ${{ matrix.plugin-names }} == "flytekit-whylogs" || ${{ matrix.plugin-names }} == "flytekit-mlflow" ]]; then
433-
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python coverage run -m pytest tests --cov=./ --cov-report=xml --cov-append
433+
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python coverage run -m pytest -s tests --cov=./ --cov-report=xml --cov-append
434434
else
435-
coverage run -m pytest tests --cov=./ --cov-report=xml --cov-append
435+
coverage run -m pytest -s tests --cov=./ --cov-report=xml --cov-append
436436
fi
437437
- name: Codecov
438438
uses: codecov/codecov-action@v3.1.0

0 commit comments

Comments
 (0)