Fix: Use bundle exec rails instead of bin/rails
The project doesn't have bin/rails binstubs, so use bundle exec rails for database setup commands.
This commit is contained in:
@@ -28,8 +28,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup database
|
- name: Setup database
|
||||||
run: |
|
run: |
|
||||||
RAILS_ENV=test bin/rails db:create
|
RAILS_ENV=test bundle exec rails db:create
|
||||||
RAILS_ENV=test bin/rails db:migrate
|
RAILS_ENV=test bundle exec rails db:migrate
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user