mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-01 18:25:02 -05:00
Split action steps to avoid using && on Windows (#7885)
Merge pull request 7885
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -31,8 +31,10 @@ jobs:
|
||||
uses: actions/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6.x
|
||||
- name: 'Update Rubygems & Bundler'
|
||||
run: 'gem update --system --no-document && gem update bundler --no-document'
|
||||
- name: 'Update Rubygems'
|
||||
run: 'gem update --system --no-document'
|
||||
- name: 'Update Bundler'
|
||||
run: 'gem update bundler --no-document'
|
||||
- name: Set up bundle
|
||||
run: bundle install --jobs 4 --retry 3
|
||||
- name: Run Test Suite
|
||||
|
||||
Reference in New Issue
Block a user