Skip to content

Commit 5fde494

Browse files
add npm grep tests to run in ci (#32187)
1 parent 39c1759 commit 5fde494

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/workflows.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3113,6 +3113,9 @@ linux-x64-workflow: &linux-x64-workflow
31133113
- npm-mount-utils:
31143114
requires:
31153115
- build
3116+
- npm-grep:
3117+
requires:
3118+
- build
31163119
- npm-eslint-plugin-dev:
31173120
requires:
31183121
- build
@@ -3133,6 +3136,7 @@ linux-x64-workflow: &linux-x64-workflow
31333136
- npm-puppeteer-cypress-tests
31343137
- npm-react
31353138
- npm-mount-utils
3139+
- npm-grep
31363140
- npm-vue
31373141
- npm-webpack-batteries-included-preprocessor
31383142
- npm-webpack-preprocessor
@@ -3515,6 +3519,9 @@ linux-x64-contributor-workflow: &linux-x64-contributor-workflow
35153519
- npm-mount-utils:
35163520
requires:
35173521
- build
3522+
- npm-grep:
3523+
requires:
3524+
- build
35183525
- npm-eslint-plugin-dev:
35193526
requires:
35203527
- build
@@ -3534,6 +3541,7 @@ linux-x64-contributor-workflow: &linux-x64-contributor-workflow
35343541
- npm-puppeteer-cypress-tests
35353542
- npm-react
35363543
- npm-mount-utils
3544+
- npm-grep
35373545
- npm-vue
35383546
- npm-webpack-batteries-included-preprocessor
35393547
- npm-webpack-preprocessor

0 commit comments

Comments
 (0)