Separate add symlink step
This commit is contained in:
parent
9d47612b12
commit
62d3f70e0b
1 changed files with 4 additions and 3 deletions
|
|
@ -12,9 +12,10 @@ jobs:
|
||||||
key: honeysql-{{ checksum "deps.edn" }}
|
key: honeysql-{{ checksum "deps.edn" }}
|
||||||
- run:
|
- run:
|
||||||
name: Install Node
|
name: Install Node
|
||||||
command:
|
command: sudo apt-get install -y nodejs
|
||||||
- sudo apt-get install -y nodejs
|
- run:
|
||||||
- sudo ln -s /usr/bin/js /usr/bin/node
|
name: Add node symlink
|
||||||
|
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 -R:test:runner:cljs-runner:eastwood:readme -Spath && clojure -A:1.7 -Spath && clojure -A:1.8 -Spath && clojure -A:1.9 -Spath
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue