Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- ruby: ruby-head
gemfile: gemfiles/railsmaster.gemfile
allow_failures: true
bundler: latest

steps:
- uses: actions/checkout@v2
Expand All @@ -78,6 +79,6 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
cache-version: 6
bundler: 2.5.15
bundler: ${{ matrix.bundler || '2.5.15' }}
- name: Run RSpec
run: bundle exec rake spec || $ALLOW_FAILURES
Loading