.github/workflows/ci.yaml in azure-armrest-0.14.0 vs .github/workflows/ci.yaml in azure-armrest-0.15.0

- 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