File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 28
28
name : " Generate test matrix"
29
29
30
30
runs-on : " ubuntu-latest"
31
+ timeout-minutes : 10
31
32
32
33
steps :
33
34
- id : " set-php-matrix"
59
60
name : " Coding Standards"
60
61
61
62
runs-on : " ubuntu-latest"
63
+ timeout-minutes : 10
62
64
63
65
strategy :
64
66
matrix :
88
90
name : " Static Code Analysis"
89
91
90
92
runs-on : " ubuntu-latest"
93
+ timeout-minutes : 10
91
94
92
95
strategy :
93
96
matrix :
@@ -120,6 +123,7 @@ jobs:
120
123
needs : " generate-matrix"
121
124
122
125
runs-on : " ubuntu-latest"
126
+ timeout-minutes : 10
123
127
124
128
strategy :
125
129
matrix :
@@ -163,6 +167,7 @@ jobs:
163
167
name : " Code Coverage"
164
168
165
169
runs-on : " ubuntu-latest"
170
+ timeout-minutes : 10
166
171
167
172
strategy :
168
173
matrix :
@@ -195,6 +200,7 @@ jobs:
195
200
name : " Mutation Tests"
196
201
197
202
runs-on : " ubuntu-latest"
203
+ timeout-minutes : 10
198
204
199
205
strategy :
200
206
matrix :
@@ -219,6 +225,7 @@ jobs:
219
225
name : " Lint composer.json"
220
226
221
227
runs-on : " ubuntu-latest"
228
+ timeout-minutes : 10
222
229
223
230
strategy :
224
231
matrix :
Original file line number Diff line number Diff line change 8
8
name : ' Build RST'
9
9
10
10
runs-on : " ubuntu-latest"
11
+ timeout-minutes : 10
11
12
12
13
steps :
13
14
- name : " Checkout"
32
33
name : ' DOCtor-RST'
33
34
34
35
runs-on : " ubuntu-latest"
36
+ timeout-minutes : 10
35
37
36
38
steps :
37
39
- name : " Checkout"
You can’t perform that action at this time.
0 commit comments