diff --git a/.circleci/config.yml b/.circleci/config.yml index c37e547c..cd9ccbcd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,10 +19,16 @@ jobs: - run: name: unit-tests command: ./gradlew test + - run: + name: lint + command: ./gradlew lint - run: name: static analysis command: ./gradlew -Pqc detektCheck - save_cache: paths: - ~/.gradle - key: gradle-cache-{{ checksum "dependencies.gradle" }} \ No newline at end of file + key: gradle-cache-{{ checksum "dependencies.gradle" }} + - store_artifacts: + path: ultrasonic/build/reports + destination: reports \ No newline at end of file