Skip to content

Commit d9fa72c

Browse files
author
yandadaFreedom
committed
add e22 yml
1 parent 840a109 commit d9fa72c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
with:
2323
node-version: '20'
2424
cache: 'npm'
25+
cache-dependency-path: |
26+
package-lock.json
27+
test/e2e/miniprogram-cli-project/package-lock.json
28+
test/e2e/miniprogram-cli-project/ReactNativeProject/package-lock.json
2529
2630
- name: Install dependencies
2731
run: |
@@ -97,6 +101,10 @@ jobs:
97101
with:
98102
node-version: '20'
99103
cache: 'npm'
104+
cache-dependency-path: |
105+
package-lock.json
106+
test/e2e/miniprogram-cli-project/package-lock.json
107+
test/e2e/miniprogram-cli-project/ReactNativeProject/package-lock.json
100108
101109
- name: Setup Java
102110
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)