Skip to content

Commit

Permalink
storing test results
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Feb 7, 2020
1 parent cdba942 commit e191c37
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:

- run: (echo "${google_application_credentials}" > /tmp/gcp.json) && mvn clean install -PcloudTests

- store_test_results:
path: target/surefire-reports
- store_artifacts:
path: ~/cassandra-backup/target/surefire-reports

- store_artifacts:
path: ~/cassandra/backup/target/instaclustr-backup-restore-*.jar

0 comments on commit e191c37

Please sign in to comment.