Commit 20fee712 by mingyuan

no need gem install bundle

parent 2c870eaa
......@@ -42,7 +42,6 @@ jobs:
key: ${{ runner.OS }}-yarn-${{ hashFiles('test/dummy/yarn.lock') }}
- name: Install Dependencies
run: |
gem install bundler
bundle install --jobs=4 --retry=3
test/dummy/bin/yarn install --check-files
- name: Prepare DB
......
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