Commit 62f7a917 by mingyuan

test

parent ac5934aa
......@@ -40,9 +40,9 @@ jobs:
test/dummy/bin/yarn install --check-files
- name: Prepare DB
run: |
bin/rails db:create
RAILS_ENV=test bin/rails db:create
bin/rails g rails_com:migrations -f
bin/rails db:migrate
RAILS_ENV=test bin/rails db:migrate
- name: Run Test
run: |
bin/rails test -v -b
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