From 52a90250518cb774e7ce4d3cdcb728d2d4fe880a Mon Sep 17 00:00:00 2001 From: Adam Grare Date: Thu, 30 Jun 2022 13:10:50 -0400 Subject: [PATCH] Add timeout-minutes to setup-ruby job --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77a83a3..7b41834 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,6 +25,7 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true + timeout-minutes: 30 - name: Run tests run: bundle exec rake - name: Report code coverage