Skip to content

Commit

Permalink
proper nvm and yarn setup in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Sep 25, 2024
1 parent 8ba778d commit 6ebaa2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6ebaa2d

Please sign in to comment.