mirror of https://github.com/docker/cli.git
Merge pull request #1861 from thaJeztah/upload_junit
CircleCI: store junit.xml as artifact
This commit is contained in:
commit
b032208710
|
@ -77,6 +77,8 @@ jobs:
|
|||
echo 'Codecov failed to upload'
|
||||
- store_test_results:
|
||||
path: test-results
|
||||
- store_artifacts:
|
||||
path: test-results
|
||||
|
||||
validate:
|
||||
working_directory: /work
|
||||
|
|
Loading…
Reference in New Issue