Commit be1bdfe7 by mingyuan

set up ruby and bundle install

parent 20fee712
......@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v1
with:
submodules: recursive
- name: Set up Ruby
- name: Set up Ruby and Bundle Install
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.2
......@@ -42,7 +42,6 @@ jobs:
key: ${{ runner.OS }}-yarn-${{ hashFiles('test/dummy/yarn.lock') }}
- name: Install Dependencies
run: |
bundle install --jobs=4 --retry=3
test/dummy/bin/yarn install --check-files
- name: Prepare DB
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