tests: store test results for usage in circleci

This commit is contained in:
Jose Diaz-Gonzalez
2020-04-04 21:41:29 -04:00
parent 5093de6bd9
commit 9589ad3924

View File

@@ -27,6 +27,8 @@ jobs:
- store_artifacts:
path: tmp/test-results
destination: test-results
- store_test_results:
path: test-results
build-version:
environment:
@@ -55,6 +57,8 @@ jobs:
- store_artifacts:
path: tmp/test-results
destination: test-results
- store_test_results:
path: test-results
workflows:
version: 2