Skip to content

Commit c0a7083

Browse files
committed
Separate build and tests
1 parent c9ef3ef commit c0a7083

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.circleci/config.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ jobs:
1212
- restore_cache:
1313
key: jars-{{ checksum "build.gradle" }}
1414
- run:
15-
name: Run Build and Tests
16-
command: ./gradlew assembleDebug check
15+
name: Run Build
16+
command: ./gradlew assembleDebug
17+
- run:
18+
name: Run Tests
19+
command: ./gradlew check
1720
- save_cache:
1821
paths:
1922
- ~/.gradle

0 commit comments

Comments
 (0)