Skip to content

Commit a6900a8

Browse files
committed
fix: using cached vscode-test
1 parent 240949e commit a6900a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,12 @@ jobs:
205205
package-lock.json
206206
webview-ui/package-lock.json
207207
208+
- name: Cache VS Code
209+
uses: actions/cache@v4
210+
with:
211+
path: ~/.vscode-test
212+
key: vscode-test-${{ runner.os }}-1.112.0
213+
208214
- name: Install Root Dependencies
209215
run: npm ci
210216

0 commit comments

Comments
 (0)