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 06ab80ae76
commit a7a226318c

View File

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