Skip to content

Commit ee36d4a

Browse files
committed
Add timeout-minutes to setup-ruby job
1 parent e868c55 commit ee36d4a

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
@@ -38,6 +38,7 @@ jobs:
3838
with:
3939
ruby-version: ${{ matrix.ruby-version }}
4040
bundler-cache: true
41+
timeout-minutes: 30
4142
- name: Prepare tests
4243
run: bin/setup
4344
- name: Run tests

0 commit comments

Comments
 (0)