Skip to content

Commit e9ea4e3

Browse files
authored
chore(ci): set timeout (#62)
Signed-off-by: Jan Kowalleck <jan.kowalleck@owasp.org>
1 parent 2422fa8 commit e9ea4e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ on:
1515
permissions: {}
1616

1717
jobs:
18-
build:
19-
runs-on: ubuntu-latest
18+
test:
2019
name: Ruby ${{ matrix.ruby }}
20+
runs-on: ubuntu-latest
21+
timeout-minutes: 10
2122
strategy:
2223
fail-fast: false
2324
matrix:
@@ -29,7 +30,6 @@ jobs:
2930
- '3.1.7'
3031
- '3.0.7'
3132
- '2.7.8'
32-
3333
steps:
3434
- uses: actions/checkout@v3
3535
- name: Set up Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)