We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2422fa8 commit e9ea4e3Copy full SHA for e9ea4e3
1 file changed
.github/workflows/ruby.yml
@@ -15,9 +15,10 @@ on:
15
permissions: {}
16
17
jobs:
18
- build:
19
- runs-on: ubuntu-latest
+ test:
20
name: Ruby ${{ matrix.ruby }}
+ runs-on: ubuntu-latest
21
+ timeout-minutes: 10
22
strategy:
23
fail-fast: false
24
matrix:
@@ -29,7 +30,6 @@ jobs:
29
30
- '3.1.7'
31
- '3.0.7'
32
- '2.7.8'
-
33
steps:
34
- uses: actions/checkout@v3
35
- name: Set up Ruby ${{ matrix.ruby }}
0 commit comments