Skip to content

Commit 165903d

Browse files
authored
Meta: Add ripgrep to GitHub Actions (refined-github#7797)
1 parent 3f63d52 commit 165903d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
node-version-file: package.json
2626
cache: npm
27+
- run: sudo apt-get install ripgrep
2728
- run: npm ci
2829
- run: npm run vitest -- --exclude 'build/features*' --exclude '**/selectors*'
2930
- run: npm run vitest -- selectors

0 commit comments

Comments
 (0)