Skip to content

Commit aeff66e

Browse files
committed
ci: confirm that grep exists
1 parent 632d050 commit aeff66e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ build:macos:
224224
- export PATH="$(npm root)/.bin:$PATH"
225225
- npm run prebuild --verbose
226226
- npm test -- --ci --coverage
227+
- which grep
227228
- npm run bench
228229
artifacts:
229230
when: always

0 commit comments

Comments
 (0)