未验证 提交 0e5a22e7 编写于 作者: P Paweł Kuna 提交者: GitHub

Update test.yml

上级 5ec8d672
......@@ -23,8 +23,22 @@ jobs:
- name: Set Ruby version
uses: actions/setup-ruby@v1
with:
ruby-version: '2.x'
ruby-version: '2.4.x'
- name: Set up Bundler
run: gem install bundler -v "~> 1.17"
- run: ruby --version
- run: gem --version
- run: bundle --version
- run: node --version
- run: npm --version
- run: ruby -version
- name: Install npm dependencies
run: npm install
- name: Install bundler dependencies
run: bundle install --deployment --jobs=3 --retry=3 --clean
- name: Run bundlesize
run: npm run bundlesize
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册