mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
test-reports into circleci
This commit is contained in:
@@ -47,8 +47,9 @@ jobs:
|
||||
- run:
|
||||
name: run tests
|
||||
command: |
|
||||
. venv/bin/activate
|
||||
py.test
|
||||
. venv/bin/activate\
|
||||
mkdir test-reports
|
||||
pytest --junitxml=test-reports/junit.xml
|
||||
|
||||
- store_artifacts:
|
||||
path: test-reports
|
||||
|
||||
Reference in New Issue
Block a user