Skip to content

Commit

Permalink
Allow testing with specific versions of blacklight
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Mar 3, 2023
1 parent 5cf8be8 commit 4d0c28e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
rails_version: ['7.0.4.1']
ruby: ['3.1', '3.2']
bootstrap_version: ['~> 4.0']
blacklight_version: ['latest']
blacklight_version: ['']
additional_engine_cart_rails_options: ['']
additional_name: ['']
include:
Expand Down
2 changes: 2 additions & 0 deletions spec/test_app_templates/Gemfile.extra
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ if ENV['BLACKLIGHT_VERSION'] == 'edge'
gem 'blacklight', github: 'projectblacklight/blacklight'
gem 'blacklight-gallery', github: 'projectblacklight/blacklight-gallery'
gem 'blacklight-oembed', github: 'projectblacklight/blacklight-oembed'
elsif ENV['BLACKLIGHT_VERSION'] && !ENV['BLACKLIGHT_VERSION'].empty?
gem 'blacklight', ENV['BLACKLIGHT_VERSION']
end

0 comments on commit 4d0c28e

Please sign in to comment.