fix invocation after bumping CLI version

This commit is contained in:
Sean Corfield 2021-07-31 19:31:39 -07:00
parent f322593731
commit 5aaa280987

View file

@ -10,7 +10,7 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
key: next-jdbc-{{ checksum "deps.edn" }} key: next-jdbc-{{ checksum "deps.edn" }}
- run: clojure -Spath -R:test - run: clojure -Spath -A:test
- save_cache: - save_cache:
paths: paths:
- ~/.m2 - ~/.m2