File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 47
47
path : |
48
48
node_modules
49
49
test/node_modules
50
- key : yarn-build-${{ hashFiles('yarn.lock', 'test/yarn.lock') }}
50
+ test/e2e/extensions/test-extension/node_modules
51
+ key : yarn-build-${{ hashFiles('yarn.lock', 'test/yarn.lock', 'test/e2e/extensions/test-extension/yarn.lock') }}
51
52
restore-keys : |
52
53
yarn-build-
53
54
@@ -112,7 +113,8 @@ jobs:
112
113
path : |
113
114
node_modules
114
115
test/node_modules
115
- key : yarn-build-${{ hashFiles('yarn.lock', 'test/yarn.lock') }}
116
+ test/e2e/extensions/test-extension/node_modules
117
+ key : yarn-build-${{ hashFiles('yarn.lock', 'test/yarn.lock', 'test/e2e/extensions/test-extension/yarn.lock') }}
116
118
restore-keys : |
117
119
yarn-build-
118
120
@@ -462,7 +464,8 @@ jobs:
462
464
path : |
463
465
node_modules
464
466
test/node_modules
465
- key : yarn-build-${{ hashFiles('yarn.lock', 'test/yarn.lock') }}
467
+ test/e2e/extensions/test-extension/node_modules
468
+ key : yarn-build-${{ hashFiles('yarn.lock', 'test/yarn.lock', 'test/e2e/extensions/test-extension/yarn.lock') }}
466
469
restore-keys : |
467
470
yarn-build-
468
471
@@ -527,7 +530,8 @@ jobs:
527
530
path : |
528
531
node_modules
529
532
test/node_modules
530
- key : yarn-build-${{ hashFiles('yarn.lock', 'test/yarn.lock') }}
533
+ test/e2e/extensions/test-extension/node_modules
534
+ key : yarn-build-${{ hashFiles('yarn.lock', 'test/yarn.lock', 'test/e2e/extensions/test-extension/yarn.lock') }}
531
535
restore-keys : |
532
536
yarn-build-
533
537
You can’t perform that action at this time.
0 commit comments