We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8caf9c commit 61a01dfCopy full SHA for 61a01df
.github/workflows/e2e_tests.yaml
@@ -104,9 +104,8 @@ jobs:
104
105
set -euo pipefail
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