diff --git a/.circleci/config.yml b/.circleci/config.yml index fdfe969b..adc1033d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,6 +10,9 @@ jobs: keys: - 'v1-test-{{ checksum "project.clj" }}' - 'v1-test-' + - run: + name: Install modules + command: ./scripts/lein-modules install - run: name: Run tests command: ./scripts/test.sh clj