Skip to content

Commit e8ff630

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ 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+
echo "Running e2e tests..."
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)