X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2ac65228ff6b32921e6c8194b6c51ce9a710f385..194df852b504214879c005a0b730ab1e00395160:/build/run-tests.sh?ds=sidebyside diff --git a/build/run-tests.sh b/build/run-tests.sh index 905e516783..d8d4e3b62b 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -204,6 +204,9 @@ sanity_checks() { echo -n 'gitolite: ' which gitolite \ || fatal "No gitolite. Try: apt-get install gitolite3" + echo -n 'npm: ' + which npm \ + || fatal "No npm. Try: wget -O- https://nodejs.org/dist/v6.11.2/node-v6.11.2-linux-x64.tar.xz | sudo tar -C /usr/local -xJf - && sudo ln -s ../node-v6.11.2-linux-x64/bin/{node,npm} /usr/local/bin/" } rotate_logfile() { @@ -818,7 +821,8 @@ done install_workbench() { cd "$WORKSPACE/apps/workbench" \ && mkdir -p tmp/cache \ - && RAILS_ENV=test bundle_install_trylocal + && RAILS_ENV=test bundle_install_trylocal \ + && RAILS_ENV=test RAILS_GROUPS=assets bundle exec rake npm:install } do_install apps/workbench workbench