Skip to content

Commit 9eb30eb

Browse files
Amour1688Copilot
andauthored
chore: add vscode test cache (#141)
Co-authored-by: Copilot <[email protected]>
1 parent 6977330 commit 9eb30eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ jobs:
8383
sudo apt update
8484
sudo apt install -y libasound2 libgbm1 libgtk-3-0 libnss3 xvfb
8585
86+
- name: VSCode Test Cache
87+
uses: actions/[email protected]
88+
with:
89+
path: packages/vscode-extension/.vscode-test
90+
key: 'vscode-test'
91+
restore-keys: |
92+
- 'vscode-test-'
93+
8694
- name: Test on Linux
8795
if: runner.os == 'Linux'
8896
run: xvfb-run -a pnpm -r test

0 commit comments

Comments
 (0)