Commit 9da13861 by mingyuan

cp config file

parent 456f7cd2
......@@ -37,6 +37,7 @@ jobs:
test/dummy/bin/yarn install --check-files
- name: Prepare DB
run: |
cp test/dummy/config/database.yml.example test/dummy/config/database.yml
bin/rails db:drop
bin/rails db:create
bin/rails g rails_com:migrations --force
......
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