Commit 62f7a917 by mingyuan

test

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