Skip to content

Commit

Permalink
try sourcing the nvm script when running the actual tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 20, 2024
1 parent f443025 commit 3727111
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 @@ -61,6 +61,7 @@ jobs:

- name: Test
run: |
source ~/.nvm/nvm.sh
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 3727111

Please sign in to comment.