diff --git a/.circleci/config.yml b/.circleci/config.yml index 875e56a..1b53bf1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,9 +19,13 @@ jobs: - kobalt-dependencies- - run: - name: Kobalt Assemble - command: ./kobaltw assemble + name: Kobalt Check Versions + command: ./kobaltw CheckVersions - save_cache: paths: ~/.kobalt - key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }} \ No newline at end of file + key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }} + + - run: + name: Kobalt Assemble + command: ./kobaltw assemble \ No newline at end of file