We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0c8ee commit 3eac8bcCopy full SHA for 3eac8bc
.circleci/config.yml
@@ -11,14 +11,14 @@ jobs:
11
steps:
12
- checkout
13
- restore_cache:
14
- key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
+ key: jars-{{ checksum "build.gradle" }}-{{ checksum "cardstackview/build.gradle" }}
15
- run:
16
name: Download Dependencies
17
command: ./gradlew androidDependencies
18
- save_cache:
19
paths:
20
- ~/.gradle
21
22
23
name: Run Tests
24
command: ./gradlew lint test
0 commit comments