Skip to content

Commit

Permalink
ci(workflows/test): cache vscode installation
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Jan 30, 2025
1 parent d491f32 commit 0294aa5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
run: git config --global core.autocrlf false
- name: Checkout
uses: actions/checkout@v4
- name: Cache vscode installation
uses: actions/cache@v4
with:
path: .vscode-test
key: vscode-installation-${{ matrix.os }}-${{ github.sha }}
restore-keys: vscode-installation-${{ matrix.os }}-
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 0294aa5

Please sign in to comment.