tests: store test results for usage in circleci
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user