Skip to content

Commit

Permalink
Fix paths, projectbuendia#2
Browse files Browse the repository at this point in the history
  • Loading branch information
schuyler committed Jun 11, 2019
1 parent 031f517 commit 3db87f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
# Collect and store test results
- run: >
mkdir -p /tmp/test-results &&
cp -a api/target/surefire-reports /tmp/test-results/api &&
cp -a omod/target/surefire-reports /tmp/test-results/omod
cp -a openmrs/api/target/surefire-reports /tmp/test-results/api &&
cp -a openmrs/omod/target/surefire-reports /tmp/test-results/omod
- store_test_results:
path: /tmp/test-results
Expand Down

0 comments on commit 3db87f3

Please sign in to comment.