Skip to content

Commit

Permalink
fix(workflows): cache @vscode/ripgrep bin in test job (#10471)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Feb 6, 2024
1 parent a94587d commit 5a0cec4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ jobs:
node-version-file: ".nvmrc"
cache: yarn

- name: Cache @vscode/ripgrep bin
uses: actions/cache@v3
with:
key: vscode-ripgrep-bin-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('yarn.lock') }}
path: node_modules/@vscode/ripgrep/bin/

- name: Install all yarn packages
run: yarn --frozen-lockfile
env:
Expand Down

0 comments on commit 5a0cec4

Please sign in to comment.