Skip to content

Commit 18ba451

Browse files
committed
fixup
1 parent d5bf59c commit 18ba451

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
path: |
4848
node_modules
4949
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') }}
5152
restore-keys: |
5253
yarn-build-
5354
@@ -112,7 +113,8 @@ jobs:
112113
path: |
113114
node_modules
114115
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') }}
116118
restore-keys: |
117119
yarn-build-
118120
@@ -462,7 +464,8 @@ jobs:
462464
path: |
463465
node_modules
464466
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') }}
466469
restore-keys: |
467470
yarn-build-
468471
@@ -527,7 +530,8 @@ jobs:
527530
path: |
528531
node_modules
529532
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') }}
531535
restore-keys: |
532536
yarn-build-
533537

0 commit comments

Comments
 (0)