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" }}
|
||||
- run:
|
||||
name: Install Node
|
||||
command:
|
||||
- sudo apt-get install -y nodejs
|
||||
- sudo ln -s /usr/bin/js /usr/bin/node
|
||||
command: sudo apt-get install -y nodejs
|
||||
- run:
|
||||
name: Add node symlink
|
||||
command: sudo ln -s /usr/bin/js /usr/bin/node
|
||||
- run:
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue