From ec92478d48cbccc9b5637457f3b91ae54aadc27b Mon Sep 17 00:00:00 2001 From: Adam Grare Date: Thu, 30 Jun 2022 13:10:35 -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 b13637c56..eb43ba5ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,6 +39,7 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true + timeout-minutes: 30 - name: Prepare tests run: bin/setup - name: Run tests