Skip to content

Commit 389d6c4

Browse files
authored
Merge pull request #23 from nucleos/ci
Add job timeouts
2 parents d4689ed + 7392e38 commit 389d6c4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/continuous-integration.yml

+7
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
name: "Generate test matrix"
2929

3030
runs-on: "ubuntu-latest"
31+
timeout-minutes: 10
3132

3233
steps:
3334
- id: "set-php-matrix"
@@ -59,6 +60,7 @@ jobs:
5960
name: "Coding Standards"
6061

6162
runs-on: "ubuntu-latest"
63+
timeout-minutes: 10
6264

6365
strategy:
6466
matrix:
@@ -88,6 +90,7 @@ jobs:
8890
name: "Static Code Analysis"
8991

9092
runs-on: "ubuntu-latest"
93+
timeout-minutes: 10
9194

9295
strategy:
9396
matrix:
@@ -120,6 +123,7 @@ jobs:
120123
needs: "generate-matrix"
121124

122125
runs-on: "ubuntu-latest"
126+
timeout-minutes: 10
123127

124128
strategy:
125129
matrix:
@@ -163,6 +167,7 @@ jobs:
163167
name: "Code Coverage"
164168

165169
runs-on: "ubuntu-latest"
170+
timeout-minutes: 10
166171

167172
strategy:
168173
matrix:
@@ -195,6 +200,7 @@ jobs:
195200
name: "Mutation Tests"
196201

197202
runs-on: "ubuntu-latest"
203+
timeout-minutes: 10
198204

199205
strategy:
200206
matrix:
@@ -219,6 +225,7 @@ jobs:
219225
name: "Lint composer.json"
220226

221227
runs-on: "ubuntu-latest"
228+
timeout-minutes: 10
222229

223230
strategy:
224231
matrix:

.github/workflows/documentation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
name: 'Build RST'
99

1010
runs-on: "ubuntu-latest"
11+
timeout-minutes: 10
1112

1213
steps:
1314
- name: "Checkout"
@@ -32,6 +33,7 @@ jobs:
3233
name: 'DOCtor-RST'
3334

3435
runs-on: "ubuntu-latest"
36+
timeout-minutes: 10
3537

3638
steps:
3739
- name: "Checkout"

0 commit comments

Comments
 (0)