ci: use bin/rails instead of rake

This commit is contained in:
Pierre de La Morinerie 2021-10-26 13:27:26 +02:00
parent 21efece09e
commit ba78e2bfb2

View file

@ -80,7 +80,7 @@ jobs:
RAILS_ENV: test
DATABASE_URL: "postgres://tps_test@localhost:5432/tps_test"
run: |
bundle exec rake db:create db:schema:load db:migrate
bin/rails db:create db:schema:load db:migrate
- name: Setup environment variables
run: |