Skip to content

Commit

Permalink
storing test results (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Feb 7, 2020
1 parent 33a0a50 commit 5417a23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ jobs:
- run: (echo "${google_application_credentials}" > /tmp/gcp.json) && mvn clean install -PcloudTests

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

- store_artifacts:
path: ~/cassandra-backup/target/instaclustr-backup-restore.jar
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
</dependencies>

<build>
<finalName>instaclustr-backup-restore</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 5417a23

Please sign in to comment.