This commit is contained in:
Erik C. Thauvin 2019-09-28 09:09:53 -07:00
parent 6e0fee07a9
commit b3de1e0a10

View file

@ -21,7 +21,7 @@ defaults_gradle: &defaults_gradle
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run: - run:
name: Run Tests name: Run Tests
command: ./gradlew link test command: ./gradlew lint test
- store_artifacts: - store_artifacts:
path: app/build/reports path: app/build/reports
destination: reports destination: reports