fix invocation after bumping CLI version
This commit is contained in:
parent
f322593731
commit
5aaa280987
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue