Commit c9d2db24 by mingyuan

Merge commit 'b960d07c' into release

parents 2ec0abab b960d07c
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
- name: Set up Ruby - name: Set up Ruby
uses: actions/setup-ruby@v1 uses: actions/setup-ruby@v1
with: with:
version: 3.0.x version: 3.0
- name: Publish to RubyGems - name: Publish to RubyGems
run: | run: |
mkdir -p $HOME/.gem mkdir -p $HOME/.gem
......
...@@ -24,12 +24,12 @@ jobs: ...@@ -24,12 +24,12 @@ jobs:
- name: Set up Ruby and Bundle Install - name: Set up Ruby and Bundle Install
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: 3.0.2 ruby-version: 3.0
bundler-cache: true bundler-cache: true
- name: Set up Nodejs - name: Set up Nodejs
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: 16.3.0 node-version: 16.3
- name: Cache Node Modules - name: Cache Node Modules
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
...@@ -41,7 +41,7 @@ jobs: ...@@ -41,7 +41,7 @@ jobs:
- name: Prepare DB - name: Prepare DB
run: | run: |
RAILS_ENV=test bin/rails app:db:prepare RAILS_ENV=test bin/rails app:db:prepare
RAILS_ENV=test bin/rails g rails_com:migrations -f RAILS_ENV=test bin/rails g rails_extend:migrations -f
RAILS_ENV=test bin/rails db:migrate RAILS_ENV=test bin/rails db:migrate
- name: Run Test - name: Run Test
run: | run: |
......
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