diff --git a/.circleci/config.yml b/.circleci/config.yml index 279d5a2..875e56a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,9 +17,11 @@ jobs: - kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }} # fallback to using the latest cache if no exact match is found - kobalt-dependencies- + - run: - name: Assemble - command: ./kobaltw assemble + name: Kobalt Assemble + command: ./kobaltw assemble + - save_cache: paths: ~/.kobalt - key: gradle-dependencies-{{ checksum "kobalt/src/Build.kt" }} \ No newline at end of file + key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }} \ No newline at end of file