Unverified Commit 60f0916e authored by moto's avatar moto Committed by GitHub
Browse files

Store test result on CCI (#584)

parent b7dbdc6d
...@@ -262,6 +262,8 @@ jobs: ...@@ -262,6 +262,8 @@ jobs:
- run: - run:
name: Run test name: Run test
command: .circleci/unittest/run_test.sh command: .circleci/unittest/run_test.sh
- store_test_results:
path: test-results
workflows: workflows:
build: build:
......
...@@ -262,6 +262,8 @@ jobs: ...@@ -262,6 +262,8 @@ jobs:
- run: - run:
name: Run test name: Run test
command: .circleci/unittest/run_test.sh command: .circleci/unittest/run_test.sh
- store_test_results:
path: test-results
workflows: workflows:
build: build:
......
...@@ -6,4 +6,4 @@ eval "$(./conda/bin/conda shell.bash hook)" ...@@ -6,4 +6,4 @@ eval "$(./conda/bin/conda shell.bash hook)"
conda activate ./env conda activate ./env
python -m torch.utils.collect_env python -m torch.utils.collect_env
pytest -v test pytest --junitxml=test-results/junit.xml -v test
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