Skip to content

Commit

Permalink
updated the CircleCI config file to have a store test results step
Browse files Browse the repository at this point in the history
  • Loading branch information
monocongo committed Jan 30, 2020
1 parent af2f713 commit 6436db3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
. venv/bin/activate
tox
# store artifacts (for example logs, binaries, etc)
# to be available in the web app or through the API
- store_artifacts:
path: test-reports
destination: test-reports

- store_test_results:
path: test-results

0 comments on commit 6436db3

Please sign in to comment.