We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abc7db commit a0b1cf2Copy full SHA for a0b1cf2
.github/workflows/ci.yml
@@ -40,14 +40,6 @@ jobs:
40
ruby-version: ${{ matrix.ruby-version }}
41
bundler-cache: true
42
43
- # This prevents a "Failed to build gem native extension" error when
44
- # running `bundle install` inside a Rails app that is generated for
45
- # testing. The error occurs only in CI, and only when using Ruby 3.0 and
46
- # Rails >= 7.1.
47
- - name: Install sass-embedded gem
48
- if: ${{ matrix.ruby-version == '3.0' }}
49
- run: gem install sass-embedded
50
-
51
- name: Run tests
52
run: |
53
bundle exec rake --trace
0 commit comments