mirror of https://github.com/docker/cli.git
CircleCI: store junit.xml as artifact
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
d88565df0c
commit
dcc414be3e
|
@ -77,6 +77,8 @@ jobs:
|
||||||
echo 'Codecov failed to upload'
|
echo 'Codecov failed to upload'
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test-results
|
path: test-results
|
||||||
|
- store_artifacts:
|
||||||
|
path: test-results
|
||||||
|
|
||||||
validate:
|
validate:
|
||||||
working_directory: /work
|
working_directory: /work
|
||||||
|
|
Loading…
Reference in New Issue