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 7667604 commit e265a35Copy full SHA for e265a35
.github/workflows/ci.yml
@@ -81,16 +81,13 @@ jobs:
81
- ruby: 2.2.10
82
env:
83
RAILS_VERSION: '~> 5.0.0'
84
+ env: ${{ matrix.env }}
85
+ continue-on-error: ${{ matrix.allow_failure || false }}
86
steps:
87
- uses: actions/checkout@v2
88
- uses: ruby/setup-ruby@v1
89
with:
90
ruby-version: ${{ matrix.ruby }}
- bundler-cache: false
- - run: script/update_rubygems_and_install_bundler
91
- env: ${{ matrix.env }}
92
- run: script/clone_all_rspec_repos
93
94
- - run: bundle install --binstubs && script/run_build
95
96
- continue-on-error: ${{ matrix.allow_failure || false }}
+ - run: bundle binstubs rspec rspec-core rake cucumber rails
+ - run: script/run_build
0 commit comments