This commit is contained in:
2019-09-19 02:05:36 -04:00
parent 78b214ad7d
commit 23e82e44d7
+2 -2
View File
@@ -32,7 +32,7 @@ jobs:
# https://nose.readthedocs.io
- run:
name: $ pytest
command: pytest --junitxml=report.xml
command: set -ex && mkdir -p reports && pytest --junitxml=reports/pytest.xml
- store_test_results:
path: report.xml
path: reports