Skip to content

Commit

Permalink
.circleci: update config
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
  • Loading branch information
pierre committed Jun 21, 2018
1 parent aed8899 commit 99ac470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -180,7 +180,7 @@ jobs:
name: Save test results
command: |
mkdir -p ~/junit/
find . -type f -regex ".*/test/reports/.*xml" -exec cp {} ~/junit/ \;
find ~/killbill-integration-tests -type f -regex ".*/test/reports/.*xml" -exec cp {} ~/junit/ \;
when: always
- store_test_results:
path: ~/junit
Expand Down

0 comments on commit 99ac470

Please sign in to comment.