ci: use bin/rails instead of rake
This commit is contained in:
parent
21efece09e
commit
ba78e2bfb2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
DATABASE_URL: "postgres://tps_test@localhost:5432/tps_test"
|
DATABASE_URL: "postgres://tps_test@localhost:5432/tps_test"
|
||||||
run: |
|
run: |
|
||||||
bundle exec rake db:create db:schema:load db:migrate
|
bin/rails db:create db:schema:load db:migrate
|
||||||
|
|
||||||
- name: Setup environment variables
|
- name: Setup environment variables
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue