Skip to content

Commit

Permalink
Attempts to get CI working
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonthemonster committed Jun 15, 2019
1 parent 615437d commit 388bd24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ references:
command: ./gradlew clean

gradle_key: &gradle_key
v2-jars-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
v3-jars-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}

gems_key: &gems_key
gems-{{ checksum "Gemfile.lock" }}
Expand Down Expand Up @@ -68,12 +68,12 @@ jobs:
steps:
- checkout
- *decrypt_google_services_json
# - *restore_gradle_cache
- *restore_gradle_cache
- *restore_gems_cache
- *ruby_dependencies
- *gradle_clean
- *android_dependencies
# - *save_gradle_cache
- *save_gradle_cache
- *save_gems_cache
- run:
name: Run unit tests
Expand Down

0 comments on commit 388bd24

Please sign in to comment.