Skip to content

Commit 4f73199

Browse files
committed
Try caching VSCode's test directory
1 parent 05c4819 commit 4f73199

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
@@ -20,6 +20,12 @@ jobs:
2020
with:
2121
node-version-file: 'package.json'
2222

23+
- name: Cache VSCode test directory
24+
uses: actions/cache@v4
25+
with:
26+
path: .vscode-test
27+
key: ${{ runner.os }}-vscode-test-${{ hashFiles('package-lock.json') }}
28+
2329
- name: Install dependencies
2430
run: npm install
2531

0 commit comments

Comments
 (0)