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 119eddaea1
commit 47c6bb0b2a

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