File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ build_docker_image: &build_docker_image
45
45
command : |
46
46
source buildenvvar
47
47
./build.sh
48
+ no_output_timeout : 20m
48
49
jobs :
49
50
# Build & Deploy against development backend
50
51
" build-dev " :
@@ -286,7 +287,10 @@ jobs:
286
287
- checkout
287
288
- restore_cache :
288
289
key : test-node-modules-{{ checksum "package-lock.json" }}
289
- - run : npm install
290
+ - run :
291
+ name : App npm install
292
+ command : npm install
293
+ no_output_timeout : 20m
290
294
- save_cache :
291
295
key : test-node-modules-{{ checksum "package-lock.json" }}
292
296
paths :
@@ -349,7 +353,7 @@ workflows:
349
353
filters :
350
354
branches :
351
355
only :
352
- - free
356
+ - circleci-fix
353
357
# This is alternate dev env for parallel testing
354
358
- " build-qa " :
355
359
context : org-global
You can’t perform that action at this time.
0 commit comments