Commit c0a7083e authored by Mygod's avatar Mygod

Separate build and tests

parent c9ef3efc
...@@ -12,8 +12,11 @@ jobs: ...@@ -12,8 +12,11 @@ jobs:
- restore_cache: - restore_cache:
key: jars-{{ checksum "build.gradle" }} key: jars-{{ checksum "build.gradle" }}
- run: - run:
name: Run Build and Tests name: Run Build
command: ./gradlew assembleDebug check command: ./gradlew assembleDebug
- run:
name: Run Tests
command: ./gradlew check
- save_cache: - save_cache:
paths: paths:
- ~/.gradle - ~/.gradle
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment