We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e910fc6 commit cf46155Copy full SHA for cf46155
ci/.github/workflows/ci.yml
@@ -46,21 +46,17 @@ jobs:
46
DIFF_LCS_VERSION: "1.4.3"
47
fail-fast: false
48
continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
49
+ env: ${{ matrix.env }}
50
steps:
51
- uses: actions/checkout@v2
52
- uses: ruby/setup-ruby@v1
53
with:
54
bundler: ${{ matrix.bundler || 2 }}
55
ruby-version: ${{ matrix.ruby }}
- bundler-cache: true
56
- run: script/update_rubygems_and_install_bundler
57
- env: ${{ matrix.env }}
58
- run: script/clone_all_rspec_repos
59
60
- run: bundle install --binstubs --standalone
61
62
- run: script/run_build
63
64
65
windows:
66
name: Ruby ${{ matrix.ruby }} (Windows)
0 commit comments