template/actions/.github/workflows/development.yml in bake-modernize-0.4.1 vs template/actions/.github/workflows/development.yml in bake-modernize-0.4.2
- old
+ new
@@ -35,12 +35,10 @@
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
-
- - name: Install dependencies
- run: ${{matrix.env}} bundle install
+ bundler-cache: true
- name: Run tests
timeout-minutes: 5
run: ${{matrix.env}} bundle exec rspec