Skip to content

Commit a16887b

Browse files
Adjust e2e workflow output logs
1 parent b8caf9c commit a16887b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
pip install poetry
107107
poetry lock --no-update
108108
poetry install --with test,docs
109-
poetry run pytest -v -s ./tests/e2e/mnist_raycluster_sdk_test.py --json-report --json-report-file=${CODEFLARE_TEST_OUTPUT_DIR}/pytest_report.json 2>&1 | tee ${CODEFLARE_TEST_OUTPUT_DIR}/pytest.log
109+
poetry run pytest -v -s ./tests/e2e/mnist_raycluster_sdk_test.py > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
110110
111111
- name: Print CodeFlare operator logs
112112
if: always() && steps.deploy.outcome == 'success'

0 commit comments

Comments
 (0)