diff --git a/.circleci/config.yml b/.circleci/config.yml index 9fb0544..1009467 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ defaults_gradle: &defaults_gradle key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} - run: name: Run Tests - command: ./gradlew link test + command: ./gradlew lint test - store_artifacts: path: app/build/reports destination: reports