.github/workflows/ci.yaml in manageiq-postgres_ha_admin-3.1.4 vs .github/workflows/ci.yaml in manageiq-postgres_ha_admin-3.2.0
- old
+ new
@@ -38,9 +38,10 @@
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
+ timeout-minutes: 30
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' && matrix.rails-version == '6.1' }}
continue-on-error: true