We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8caf9c commit a16887bCopy full SHA for a16887b
.github/workflows/e2e_tests.yaml
@@ -106,7 +106,7 @@ jobs:
106
pip install poetry
107
poetry lock --no-update
108
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
+ poetry run pytest -v -s ./tests/e2e/mnist_raycluster_sdk_test.py > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
110
111
- name: Print CodeFlare operator logs
112
if: always() && steps.deploy.outcome == 'success'
0 commit comments