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 Nov 27, 2024
1 parent 0d9dcbf commit a58416c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ 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: ${{ runner.os }}-vscode
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit a58416c

Please sign in to comment.