From dcc414be3e74b281724475f682a3add8f121e23a Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 7 May 2019 14:01:43 -0700 Subject: [PATCH] CircleCI: store junit.xml as artifact Signed-off-by: Sebastiaan van Stijn --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle.yml b/circle.yml index 2f4f3418d4..720a2a4dca 100644 --- a/circle.yml +++ b/circle.yml @@ -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