Commit 060691e
bin/cibuild
@@ -31,7 +31,5 @@ test -d "/usr/share/rbenv/shims" && {
}
export PATH="$RACK_ROOT/bin:$PATH"
-# run tests
-echo "Running tests …"
-date "+%H:%M:%S"
+echo "Running tests …" "$(date "+%H:%M:%S")"
bin/test
bin/setup
@@ -19,8 +19,7 @@ chdir APP_ROOT do
system('bundle check') || system!('bundle install')
# Install JavaScript dependencies if using Yarn
- # system('bin/yarn')
-
+ system('bin/yarn')
# puts "\n== Copying sample files =="
# unless File.exist?('config/database.yml')