From 62d3f70e0b843791939e12b96e6f81dc71f88018 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 29 May 2020 13:33:59 -0700 Subject: [PATCH] Separate add symlink step --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fb85c7f..b50d3df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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