Skip to content

Commit

Permalink
Improved CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Dec 20, 2019
1 parent 05a1be3 commit c7d3afa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
steps:
- checkout
- restore_cache:
key: eventuate-client-java-{{ checksum "gradle.properties" }}
keys:
- eventuate-client-java-{{ checksum "gradle.properties" }}
- eventuate-client-java-
- run: TERM=dumb ./gradlew testClasses
- save_cache:
paths:
Expand Down

0 comments on commit c7d3afa

Please sign in to comment.