Skip to content

Commit

Permalink
Minor changes for circle.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneMcC committed Apr 2, 2021
1 parent c62b8c8 commit 25eb96a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Expand Up @@ -30,13 +30,23 @@ jobs:
key: v1-gradle-cache-{{ checksum "build.gradle" }}
- run:
name: Prepare test output
when: always
command: |
mkdir -p ~/test-results/junit/
find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} ~/test-results/junit/ \;
- store_test_results:
path: ~/test-results
when: always
- store_artifacts:
path: ~/test-results/junit
when: always
- store_artifacts:
path: irc/build/libs
- store_artifacts:
path: common/build/libs
- store_artifacts:
path: build/reports/pmd/*
when: always
- persist_to_workspace:
root: .
paths:
Expand Down

0 comments on commit 25eb96a

Please sign in to comment.