Skip to content

Commit

Permalink
[#170] added extra step to store test results
Browse files Browse the repository at this point in the history
  • Loading branch information
rpbaltazar committed Sep 12, 2021
1 parent 52160c9 commit 592e5f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
name: Run tests
command: bundle exec rspec

- store_test_results:
path: test_results

workflows:
tests:
jobs:
Expand Down

0 comments on commit 592e5f8

Please sign in to comment.