template/actions/.github/workflows/development.yml in bake-modernize-0.3.0 vs template/actions/.github/workflows/development.yml in bake-modernize-0.4.0
- old
+ new
@@ -37,10 +37,10 @@
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
- name: Install dependencies
- run: ${{matrix.env}} bundle install --without development
+ run: ${{matrix.env}} bundle install
- name: Run tests
timeout-minutes: 5
run: ${{matrix.env}} bundle exec rspec