Skip to content

Commit e1a7fe8

Browse files
authored
Merge pull request #18 from agrare/add_timeout_minutes_setup_ruby
Add timeout-minutes to setup-ruby job
2 parents a8eb6ab + d8ed232 commit e1a7fe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
ruby-version: ${{ matrix.ruby-version }}
4343
bundler-cache: true
44+
timeout-minutes: 30
4445
- name: Run tests
4546
run: bundle exec rake
4647
env:

0 commit comments

Comments
 (0)