mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
t
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user