From 5197e172d89a077926485de638dec78368b14bf5 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 9 Sep 2020 17:14:38 -0700 Subject: [PATCH] The -Spath option must come first --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 061fc1f..40be8cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: - checkout - restore_cache: key: next-jdbc-{{ checksum "deps.edn" }} - - run: clojure -R:test:runner -Spath + - run: clojure -Spath -R:test:runner - save_cache: paths: - ~/.m2