Commit 5dc5fa1f by mingyuan

use postgresql with service

parent 9da13861
...@@ -37,8 +37,6 @@ jobs: ...@@ -37,8 +37,6 @@ jobs:
test/dummy/bin/yarn install --check-files test/dummy/bin/yarn install --check-files
- name: Prepare DB - name: Prepare DB
run: | run: |
cp test/dummy/config/database.yml.example test/dummy/config/database.yml
bin/rails db:drop
bin/rails db:create bin/rails db:create
bin/rails g rails_com:migrations --force bin/rails g rails_com:migrations --force
bin/rails db:migrate bin/rails db:migrate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment