.github/workflows/ci.yaml in manageiq-style-1.3.2 vs .github/workflows/ci.yaml in manageiq-style-1.3.3

- old
+ new

@@ -23,9 +23,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' }} continue-on-error: true