Skip to content

Commit

Permalink
try actually using nvm in the test run
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 20, 2024
1 parent 3727111 commit 813c528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Test
run: |
source ~/.nvm/nvm.sh
nvm use default
RAILS_ENV=test bundle exec rails db:create
RAILS_ENV=test bundle exec rails db:schema:load
RAILS_ENV=test yarn install
Expand Down

0 comments on commit 813c528

Please sign in to comment.