Skip to content

Commit 61a01df

Browse files
Adjust e2e workflow output logs
1 parent b8caf9c commit 61a01df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,8 @@ jobs:
104104
105105
set -euo pipefail
106106
pip install poetry
107-
poetry lock --no-update
108107
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
108+
poetry run pytest -v -s ./tests/e2e/mnist_raycluster_sdk_test.py > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
110109
111110
- name: Print CodeFlare operator logs
112111
if: always() && steps.deploy.outcome == 'success'

0 commit comments

Comments
 (0)