template/actions/.github/workflows/development.yml in bake-modernize-0.2.1 vs template/actions/.github/workflows/development.yml in bake-modernize-0.3.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
+ run: ${{matrix.env}} bundle install --without development
- name: Run tests
timeout-minutes: 5
run: ${{matrix.env}} bundle exec rspec