Install yarn in CI

perf/memdown
cgewecke 5 years ago
parent 63fc8f855a
commit 5a5296a343
  1. 2
      scripts/run-zeppelin.sh

@ -20,6 +20,8 @@ fi
echo "PR_PATH >>>>> $PR_PATH" echo "PR_PATH >>>>> $PR_PATH"
npm install -g yarn;
# Install sc-forks Zeppelin fork (temporarily). It's setup to # Install sc-forks Zeppelin fork (temporarily). It's setup to
# consume the plugin and skips a small set of GSN tests that rely on # consume the plugin and skips a small set of GSN tests that rely on
# the client being stand-alone. (See OZ issue #1918 for discussion) # the client being stand-alone. (See OZ issue #1918 for discussion)

Loading…
Cancel
Save