Skip to content

Commit

Permalink
Revert "Disable bootstrap test temporarily"
Browse files Browse the repository at this point in the history
This reverts commit b31ff19.
  • Loading branch information
ntkme committed Sep 2, 2024
1 parent 239ee9d commit a72cc56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ jobs:
submodule:
- vendor/github.com/rails/sprockets
- vendor/github.com/sass/sassc-rails
# https://github.com/twbs/bootstrap-rubygem/pull/287
# - vendor/github.com/twbs/bootstrap-rubygem
- vendor/github.com/twbs/bootstrap-rubygem
exclude:
- os: windows-latest
ruby-version: jruby
Expand Down
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ namespace :git do
test/gemfiles/rails_7_0_dartsass.gemfile
]
gemfiles.each do |gemfile|
# https://github.com/twbs/bootstrap-rubygem/pull/287
mkdir_p(File.absolute_path('test/dummy_rails/public', submodule))
touch(File.absolute_path('test/dummy_rails/public/favicon.ico', submodule))

env = { 'BUNDLE_GEMFILE' => gemfile }
sh(env, *%w[bundle install], chdir: submodule)
sh(env, *%w[bundle exec rake], chdir: submodule)
Expand Down

0 comments on commit a72cc56

Please sign in to comment.