We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f63d52 commit 165903dCopy full SHA for 165903d
1 file changed
.github/workflows/test.yml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
node-version-file: package.json
26
cache: npm
27
+ - run: sudo apt-get install ripgrep
28
- run: npm ci
29
- run: npm run vitest -- --exclude 'build/features*' --exclude '**/selectors*'
30
- run: npm run vitest -- selectors
0 commit comments