Tweaks
This commit is contained in:
parent
4487b9f75b
commit
19c8d7481b
4
.github/workflows/ruby.yml
vendored
4
.github/workflows/ruby.yml
vendored
@ -29,6 +29,6 @@ jobs:
|
||||
- name: Install JS dependencies
|
||||
run: yarn
|
||||
- name: Create database
|
||||
run: RAILS_ENV=test bundle exec rake db:create db:migrate
|
||||
run: bundle exec rake db:create db:migrate
|
||||
- name: Run tests
|
||||
run: RAILS_ENV=test bundle exec rake test
|
||||
run: bundle exec rake test
|
Loading…
x
Reference in New Issue
Block a user