Unverified Commit d2eaeb8d authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

Surface failing tests on GHA (#7364)

parent 98c58158
...@@ -14,5 +14,5 @@ pip install --progress-bar=off pytest pytest-mock pytest-cov ...@@ -14,5 +14,5 @@ pip install --progress-bar=off pytest pytest-mock pytest-cov
echo '::endgroup::' echo '::endgroup::'
echo '::group::Run unittests' echo '::group::Run unittests'
pytest --durations=25 pytest --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25
echo '::endgroup::' echo '::endgroup::'
...@@ -69,7 +69,7 @@ jobs: ...@@ -69,7 +69,7 @@ jobs:
echo '::endgroup::' echo '::endgroup::'
echo '::group::Run ONNX tests' echo '::group::Run ONNX tests'
pytest --durations=25 -v test/test_onnx.py pytest --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25 test/test_onnx.py
echo '::endgroup::' echo '::endgroup::'
unittests-extended: unittests-extended:
...@@ -101,5 +101,5 @@ jobs: ...@@ -101,5 +101,5 @@ jobs:
echo '::group::Run extended unittests' echo '::group::Run extended unittests'
export PYTORCH_TEST_WITH_EXTENDED=1 export PYTORCH_TEST_WITH_EXTENDED=1
pytest --durations=25 -v test/test_extended_*.py pytest --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25 test/test_extended_*.py
echo '::endgroup::' echo '::endgroup::'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment