.github/workflows/ci.yml in service_skeleton-1.0.2 vs .github/workflows/ci.yml in service_skeleton-1.0.3
- old
+ new
@@ -25,9 +25,10 @@
key: ${{ runner.os }}-${{ matrix.ruby }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-${{ matrix.ruby }}-gems-
- name: Setup gems
run: |
+ gem install bundler
bundle config path vendor/bundle
bundle install --jobs 4
- name: Rubocop
run: bundle exec rubocop
- name: Tests