Skip to content

Commit

Permalink
Store test results as artefacts
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Case <richard.case@outlook.com>
  • Loading branch information
richardcase committed Oct 19, 2018
1 parent b259d3a commit 834c87e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
TEST_OUTPUT: "true"
- store_test_results:
path: ./test-results
- store_artifacts:
path: ./test-results
make-release:
machine: true
steps:
Expand Down

0 comments on commit 834c87e

Please sign in to comment.