Skip to content

Commit

Permalink
Separate build and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Aug 30, 2018
1 parent c9ef3ef commit c0a7083
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
- restore_cache:
key: jars-{{ checksum "build.gradle" }}
- run:
name: Run Build and Tests
command: ./gradlew assembleDebug check
name: Run Build
command: ./gradlew assembleDebug
- run:
name: Run Tests
command: ./gradlew check
- save_cache:
paths:
- ~/.gradle
Expand Down

0 comments on commit c0a7083

Please sign in to comment.