@@ -147,7 +147,9 @@ jobs:
147
147
path : |
148
148
**/node_modules
149
149
key : runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
150
- fail-on-cache-miss : true
150
+ restore-keys : |
151
+ runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
152
+ runtime-node_modules-v6-
151
153
- name : Ensure clean build directory
152
154
run : rm -rf build
153
155
- run : yarn install --frozen-lockfile
@@ -175,7 +177,9 @@ jobs:
175
177
path : |
176
178
**/node_modules
177
179
key : runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
178
- fail-on-cache-miss : true
180
+ restore-keys : |
181
+ runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
182
+ runtime-node_modules-v6-
179
183
- name : Ensure clean build directory
180
184
run : rm -rf build
181
185
- run : yarn install --frozen-lockfile
@@ -205,7 +209,6 @@ jobs:
205
209
path : |
206
210
**/node_modules
207
211
key : runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
208
- fail-on-cache-miss : true
209
212
- name : Ensure clean build directory
210
213
run : rm -rf build
211
214
- run : yarn install --frozen-lockfile
@@ -264,7 +267,9 @@ jobs:
264
267
path : |
265
268
**/node_modules
266
269
key : runtime-and-compiler-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
267
- fail-on-cache-miss : true
270
+ restore-keys : |
271
+ runtime-and-compiler-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
272
+ runtime-and-compiler-node_modules-v6-
268
273
- name : Ensure clean build directory
269
274
run : rm -rf build
270
275
- run : yarn install --frozen-lockfile
@@ -306,7 +311,9 @@ jobs:
306
311
path : |
307
312
**/node_modules
308
313
key : runtime-and-compiler-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
309
- fail-on-cache-miss : true
314
+ restore-keys : |
315
+ runtime-and-compiler-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
316
+ runtime-and-compiler-node_modules-v6-
310
317
- name : Ensure clean build directory
311
318
run : rm -rf build
312
319
- run : yarn install --frozen-lockfile
@@ -388,7 +395,9 @@ jobs:
388
395
path : |
389
396
**/node_modules
390
397
key : runtime-and-compiler-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
391
- fail-on-cache-miss : true
398
+ restore-keys : |
399
+ runtime-and-compiler-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
400
+ runtime-and-compiler-node_modules-v6-
392
401
- name : Ensure clean build directory
393
402
run : rm -rf build
394
403
- run : yarn install --frozen-lockfile
@@ -425,7 +434,9 @@ jobs:
425
434
path : |
426
435
**/node_modules
427
436
key : runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
428
- fail-on-cache-miss : true
437
+ restore-keys : |
438
+ runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
439
+ runtime-node_modules-v6-
429
440
- name : Ensure clean build directory
430
441
run : rm -rf build
431
442
- run : yarn install --frozen-lockfile
@@ -476,7 +487,9 @@ jobs:
476
487
path : |
477
488
**/node_modules
478
489
key : runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
479
- fail-on-cache-miss : true
490
+ restore-keys : |
491
+ runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
492
+ runtime-node_modules-v6-
480
493
- name : Ensure clean build directory
481
494
run : rm -rf build
482
495
- run : yarn install --frozen-lockfile
@@ -514,7 +527,9 @@ jobs:
514
527
path : |
515
528
**/node_modules
516
529
key : runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
517
- fail-on-cache-miss : true
530
+ restore-keys : |
531
+ runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
532
+ runtime-node_modules-v6-
518
533
- name : Ensure clean build directory
519
534
run : rm -rf build
520
535
- run : yarn install --frozen-lockfile
@@ -664,7 +679,9 @@ jobs:
664
679
path : |
665
680
**/node_modules
666
681
key : runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
667
- fail-on-cache-miss : true
682
+ restore-keys : |
683
+ runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
684
+ runtime-node_modules-v6-
668
685
- name : Ensure clean build directory
669
686
run : rm -rf build
670
687
- run : yarn install --frozen-lockfile
@@ -719,7 +736,9 @@ jobs:
719
736
path : |
720
737
**/node_modules
721
738
key : runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
722
- fail-on-cache-miss : true
739
+ restore-keys : |
740
+ runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
741
+ runtime-node_modules-v6-
723
742
- name : Ensure clean build directory
724
743
run : rm -rf build
725
744
- run : yarn install --frozen-lockfile
0 commit comments