We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3873221 commit 6cfb5a4Copy full SHA for 6cfb5a4
.github/workflows/ci.yml
@@ -104,4 +104,4 @@ jobs:
104
ruby-version: ${{ matrix.ruby }}
105
bundler-cache: true # 'bundle install' and cache gems
106
- name: Run Rake with Rails ${{ matrix.rails }}
107
- run: RUBYOPT="-w" bundle exec rake
+ run: bundle exec rake
0 commit comments