File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 build :
1414 name : Build
1515 runs-on : ubuntu-latest
16+ timeout-minutes : 30
1617 env :
1718 NPM_CONFIG_LOGLEVEL : warn
1819
3738 name : Test Local
3839 needs : build
3940 runs-on : ubuntu-latest
41+ timeout-minutes : 30
4042 env :
4143 WINSTON_CONSOLE_LEVEL : none
4244 EXPRESS_PORT : 1337
8789 name : Test S3
8890 needs : test-local
8991 runs-on : ubuntu-latest
92+ timeout-minutes : 30
9093 env :
9194 WINSTON_CONSOLE_LEVEL : none
9295 EXPRESS_PORT : 1337
@@ -146,6 +149,7 @@ jobs:
146149 name : Test Azure
147150 needs : test-local
148151 runs-on : ubuntu-latest
152+ timeout-minutes : 30
149153 env :
150154 WINSTON_CONSOLE_LEVEL : none
151155 EXPRESS_PORT : 1337
@@ -201,6 +205,7 @@ jobs:
201205 name : Test Google
202206 needs : test-local
203207 runs-on : ubuntu-latest
208+ timeout-minutes : 30
204209 env :
205210 WINSTON_CONSOLE_LEVEL : none
206211 EXPRESS_PORT : 1337
@@ -259,6 +264,7 @@ jobs:
259264 if : github.ref == 'refs/heads/master'
260265 needs : [test-local, test-s3]
261266 runs-on : ubuntu-latest
267+ timeout-minutes : 30
262268
263269 steps :
264270 - uses : actions/checkout@v3
@@ -281,6 +287,7 @@ jobs:
281287 if : (!contains(github.ref_name, 'renovate') && !contains(github.ref_name, 'dependabot'))
282288 needs : [test-local, test-s3]
283289 runs-on : ubuntu-latest
290+ timeout-minutes : 30
284291
285292 steps :
286293 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1111jobs :
1212 curl :
1313 runs-on : ubuntu-latest
14+ timeout-minutes : 20
1415 steps :
1516 - name : Set output
1617 id : vars
You can’t perform that action at this time.
0 commit comments