From 6ebaa2dcb856359ff622a18f030544bad5fdf8a1 Mon Sep 17 00:00:00 2001 From: Tim Cowlishaw Date: Wed, 25 Sep 2024 11:46:02 +0200 Subject: [PATCH] proper nvm and yarn setup in ci --- ci.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci.sh b/ci.sh index 607e4cb..132a57a 100755 --- a/ci.sh +++ b/ci.sh @@ -1,4 +1,6 @@ -#/bin/sh +#/bin/bash . ~/.nvm/nvm.sh +nvm install nvm use +npm install -g yarn rake db:create && yarn install --check-files && rake test && rake test:system