The -Spath option must come first

This commit is contained in:
Sean Corfield 2020-09-09 17:12:55 -07:00
parent 4accfd6d2c
commit 4f21f856a2

View file

@ -16,7 +16,7 @@ jobs:
command: sudo ln -s /usr/bin/js /usr/bin/node command: sudo ln -s /usr/bin/js /usr/bin/node
- run: - run:
name: Download Dependencies name: Download Dependencies
command: clojure -R:test:runner:cljs-runner:eastwood:readme -Spath && clojure -A:1.7 -Spath && clojure -A:1.8 -Spath && clojure -A:1.9 -Spath command: clojure -Spath -R:test:runner:cljs-runner:eastwood:readme && clojure -Spath -A:1.7 && clojure -Spath -A:1.8 && clojure -Spath -A:1.9
- save_cache: - save_cache:
paths: paths:
- ~/.m2 - ~/.m2