Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanhefner committed Dec 3, 2023
1 parent 2b326d9 commit 98ebd33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
# - "3.1"
# - "3.2"
gemfile:
# - Gemfile
- Gemfile
# - gemfiles/rails_7_0_propshaft.gemfile
- gemfiles/rails_7_1_propshaft.gemfile
- gemfiles/rails_main_propshaft.gemfile
# - gemfiles/rails_7_1_propshaft.gemfile
# - gemfiles/rails_main_propshaft.gemfile
- gemfiles/rails_7_0_sprockets.gemfile
- gemfiles/rails_7_1_sprockets.gemfile
- gemfiles/rails_main_sprockets.gemfile
# - gemfiles/rails_main_sprockets.gemfile
continue-on-error: [ false ]

name: ${{ format('Tests (Ruby {0}, {1})', matrix.ruby-version, matrix.gemfile) }}
Expand Down
3 changes: 2 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ def create_new_rails_app(app_dir)
File.write("Gemfile", gemfile)

puts "~" * 50
system("gem", "install", "sass-embedded")
# system("gem", "install", "sass-embedded")
system("gem pristine sass-embedded --version 1.69.5")
puts "~" * 50
run_command("bundle", "install")
system("cat", "/opt/hostedtoolcache/Ruby/3.0.6/x64/lib/ruby/gems/3.0.0/extensions/x86_64-linux/3.0.0/sass-embedded-1.69.5/gem_make.out")
Expand Down

0 comments on commit 98ebd33

Please sign in to comment.