Skip to content

Commit

Permalink
nvm use in ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Sep 25, 2024
1 parent ea53a85 commit 8ba778d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#/bin/sh
. ~/.nvm/nvm.sh
nvm use
rake db:create && yarn install --check-files && rake test && rake test:system

0 comments on commit 8ba778d

Please sign in to comment.