File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 16
16
17
17
jobs :
18
18
prebuild :
19
- name : Pre-build checks
19
+ name : Pre-Build checks
20
20
runs-on : ubuntu-latest
21
+ timeout-minutes : 5
21
22
env :
22
23
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
23
24
steps :
65
66
name : Run audit-ci
66
67
needs : prebuild
67
68
runs-on : ubuntu-latest
69
+ timeout-minutes : 5
68
70
steps :
69
71
- name : Checkout repo
70
72
uses : actions/checkout@v2
95
97
name : Build
96
98
needs : prebuild
97
99
runs-on : ubuntu-latest
100
+ timeout-minutes : 30
98
101
steps :
99
102
- uses : actions/checkout@v2
100
103
with :
@@ -170,6 +173,7 @@ jobs:
170
173
name : x86-64 Linux build
171
174
needs : build
172
175
runs-on : ubuntu-latest
176
+ timeout-minutes : 15
173
177
container : " centos:7"
174
178
175
179
steps :
@@ -240,6 +244,7 @@ jobs:
240
244
name : Linux ARM64 cross-compile build
241
245
needs : build
242
246
runs-on : ubuntu-16.04
247
+ timeout-minutes : 15
243
248
env :
244
249
AR : aarch64-linux-gnu-ar
245
250
CC : aarch64-linux-gnu-gcc
@@ -293,6 +298,7 @@ jobs:
293
298
name : x86-64 macOS build
294
299
needs : build
295
300
runs-on : macos-latest
301
+ timeout-minutes : 15
296
302
steps :
297
303
- uses : actions/checkout@v2
298
304
@@ -333,6 +339,7 @@ jobs:
333
339
name : End-to-end tests
334
340
needs : package-linux-amd64
335
341
runs-on : ubuntu-latest
342
+ timeout-minutes : 15
336
343
env :
337
344
# Since we build code-server we might as well run tests from the release
338
345
# since VS Code will load faster due to the bundling.
You can’t perform that action at this time.
0 commit comments