From e738120014f0a6f6749130557304dc7162d311ff Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 31 Jul 2021 19:34:02 -0700 Subject: [PATCH] modernize prepare cache step --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a35243c..0018583 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 -Spath -A:test + - run: clojure -P -A:test - save_cache: paths: - ~/.m2